aboutsummaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorBob Zeleznik <zzzman@gmail.com>2020-05-17 19:44:03 -0400
committerBob Zeleznik <zzzman@gmail.com>2020-05-17 19:44:03 -0400
commit65243033448654c1efcec8c588128633a56d8409 (patch)
tree1d7606a94cad4e06efce8fcc310145598742d61b /views
parent2882dfce48e434f0c0b6a5837fc6212cad1df131 (diff)
parent35b335eecd1ace5a1b3da04de3ee1e8674d10c15 (diff)
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'views')
-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