diff options
| author | Melissa Zhang <mzhang19096@gmail.com> | 2020-05-20 23:19:14 -0700 |
|---|---|---|
| committer | Melissa Zhang <mzhang19096@gmail.com> | 2020-05-20 23:19:14 -0700 |
| commit | 905176166a4b33dfbf3c7ac1640381cea53485b6 (patch) | |
| tree | e5f4eb058d5d7e5a5d84e2a8fedbd154486db07d /views | |
| parent | 07566108db7da0a8e30dcb4c6b884482b57394a1 (diff) | |
| parent | 45386f6950e5ae8390486900a430061bfe9e4846 (diff) | |
merge with master
Diffstat (limited to 'views')
| -rw-r--r-- | views/admin.pug | 8 |
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 |
