aboutsummaryrefslogtreecommitdiff
path: root/views/admin.pug
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2020-05-17 23:38:21 +0000
committerbobzel <zzzman@gmail.com>2020-05-17 23:38:21 +0000
commitb24fd078149d8ee9042a279cbe7498f6c3f5c82f (patch)
treec3a74a386f0f6747ca12229d2d6dcc3e5895bfa2 /views/admin.pug
parent9c3d461a9642a4596c55f642af2b55e186b0fe20 (diff)
release server integration with ssl
Diffstat (limited to 'views/admin.pug')
-rw-r--r--views/admin.pug8
1 files changed, 8 insertions, 0 deletions
diff --git a/views/admin.pug b/views/admin.pug
new file mode 100644
index 000000000..25c84c607
--- /dev/null
+++ b/views/admin.pug
@@ -0,0 +1,8 @@
+extends ./layout
+
+block content
+ form.form-horizontal(id='admin-form', method='POST')
+ input.form-control(type='password', name='password', id='password', placeholder='Password', autofocus, required)
+ button.btn.btn-success(id='submit', type='submit')
+ i.fa.fa-user-plus
+ | Submit \ No newline at end of file