diff options
| author | fusion32 <marcopuzziello@gmail.com> | 2025-08-01 19:48:26 -0300 |
|---|---|---|
| committer | fusion32 <marcopuzziello@gmail.com> | 2025-08-01 19:48:26 -0300 |
| commit | d84651a899a6104fce73d95b9c571627c55e5d16 (patch) | |
| tree | bbaf7f7646dec22dc9fdb0f136d5ba5534b1fddf /templates/account_login.tmpl | |
| download | web-d84651a899a6104fce73d95b9c571627c55e5d16.tar.gz web-d84651a899a6104fce73d95b9c571627c55e5d16.zip | |
bare bones website
Diffstat (limited to 'templates/account_login.tmpl')
| -rw-r--r-- | templates/account_login.tmpl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/templates/account_login.tmpl b/templates/account_login.tmpl new file mode 100644 index 0000000..2b9fbfa --- /dev/null +++ b/templates/account_login.tmpl @@ -0,0 +1,13 @@ +{{template "_header.tmpl" .Common}} + <form class="box" action="/account" method="POST"> + <h1>Login</h1> + + <label for="login_account">ACCOUNT NUMBER</label> + <input id="login_account" type="password" name="account"/> + + <label for="login_password">PASSWORD</label> + <input id="login_password" type="password" name="password"/> + + <input type="submit" value="Login"/> + </form> +{{template "_footer.tmpl" .Common}}
\ No newline at end of file |
