From b24fd078149d8ee9042a279cbe7498f6c3f5c82f Mon Sep 17 00:00:00 2001 From: bobzel Date: Sun, 17 May 2020 23:38:21 +0000 Subject: release server integration with ssl --- views/admin.pug | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 views/admin.pug (limited to 'views') 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 -- cgit v1.2.3-70-g09d2