mirror of
https://git.sr.ht/~roxwize/mipilin
synced 2025-05-15 01:33:06 +00:00
this is the initial commit for my AWESOME website
Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
commit
e3c09d7f0d
42 changed files with 5710 additions and 0 deletions
8
views/login.pug
Normal file
8
views/login.pug
Normal file
|
@ -0,0 +1,8 @@
|
|||
extends site.pug
|
||||
|
||||
block content
|
||||
strong Log in placeholder
|
||||
form(action="/login", method="post")
|
||||
input(type="text", name="name", placeholder="Username")
|
||||
input(type="password", name="pass", placeholder="Password")
|
||||
button(type="submit") Log In
|
Loading…
Add table
Add a link
Reference in a new issue