mirror of
https://github.com/Expand-sys/ccashfrontend
synced 2025-12-16 23:02:13 +11:00
17 lines
465 B
Text
17 lines
465 B
Text
extends layout
|
|
|
|
|
|
block content
|
|
.container
|
|
h1 Welcome to CCashBank Front End SETUP
|
|
.card
|
|
form(method='POST', action='/setup')
|
|
#form-group
|
|
label BANKAPIURL:
|
|
input.form-control(name='url', type='url')
|
|
label SSL enabled on front end? leave unchecked if unsure:
|
|
input.form-control(name='secure', type='checkbox')
|
|
br
|
|
input.btn.btn-primary(type='submit',value='Submit')
|
|
br
|
|
br
|