diff options
| author | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-24 10:40:21 +0530 |
|---|---|---|
| committer | usodhi <61431818+usodhi@users.noreply.github.com> | 2020-05-24 10:40:21 +0530 |
| commit | 2d0086420282c8e09841a1ce556679627bd3d857 (patch) | |
| tree | 7110c03d51783654bf5e8fe6f7d295ec683066d5 /views | |
| parent | 83d282a6b5e607e3c7dae4b5e5d37a8b458f81cc (diff) | |
| parent | 19ababdb6098ac36358c86e43ad63ab3066b4663 (diff) | |
merge finished
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 |
