diff options
| author | LLLL Colonq <llll@colonq> | 2024-11-18 05:00:22 -0500 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-11-18 05:00:22 -0500 |
| commit | b1a6da461d16e45bf57d01ec77fd8ef041af7c22 (patch) | |
| tree | a84ea8b5647abfe1be210661c01a008e15975842 /templates/auth/index.html | |
| parent | cbc11cf5d23375071c186bf36a292225ed66ec48 (diff) | |
More auth page stuff
Diffstat (limited to 'templates/auth/index.html')
| -rw-r--r-- | templates/auth/index.html | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/templates/auth/index.html b/templates/auth/index.html index d150889..dfb7101 100644 --- a/templates/auth/index.html +++ b/templates/auth/index.html @@ -13,6 +13,19 @@ CONFIG_SUBST <script type="module" src="./main.js"></script> </head> <body id="lcolonq-auth"> - this is the auth page + <div id="lcolonq-auth-box"> + <h1>log in</h1> + <form id="lcolonq-auth-form"> + <div> + <label>username:</label> + <input id="lcolonq-auth-username" type="text"> + </div> + <div> + <label>password:</label> + <input id="lcolonq-auth-password" type="password"> + </div> + <input type="submit" value="log in now!!"> + </form> + </div> </body> </html> |
