1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-10 23:33:07 +00:00
mipilin/views/login.pug
roxwize e3c09d7f0d
this is the initial commit for my AWESOME website
Signed-off-by: roxwize <rae@roxwize.xyz>
2024-11-13 22:51:08 -05:00

8 lines
256 B
Text

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