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