1
0
Fork 0
mirror of https://git.sr.ht/~roxwize/mipilin synced 2025-05-12 00:03:06 +00:00

this is the initial commit for my AWESOME website

Signed-off-by: roxwize <rae@roxwize.xyz>
This commit is contained in:
Rae 5e 2024-11-13 22:51:08 -05:00
commit e3c09d7f0d
Signed by: rae
GPG key ID: 5B1A0FAB9BAB81EE
42 changed files with 5710 additions and 0 deletions

12
views/register.pug Normal file
View file

@ -0,0 +1,12 @@
extends site.pug
block content
strong Sign up placeholder
form(action="/register", method="post")
input(type="text", name="name", placeholder="Username", maxlength="26", required)
br
input(type="email", name="email", placeholder="Email", required)
br
input(type="password", name="pass", placeholder="Password", required)
br
button(type="submit") Sign Up