diff options
Diffstat (limited to 'templates/auth')
| -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> |
