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_recover.tmpl | |
| download | web-d84651a899a6104fce73d95b9c571627c55e5d16.tar.gz web-d84651a899a6104fce73d95b9c571627c55e5d16.zip | |
bare bones website
Diffstat (limited to 'templates/account_recover.tmpl')
| -rw-r--r-- | templates/account_recover.tmpl | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/account_recover.tmpl b/templates/account_recover.tmpl new file mode 100644 index 0000000..ee0d750 --- /dev/null +++ b/templates/account_recover.tmpl @@ -0,0 +1,11 @@ +{{template "_header.tmpl" .Common}} + <form class="box" action="#"> + <h1>Recover Account</h1> + <p style="color: #A11;">Account recovery not currently implemented.</p> + + <label for="recover_email">EMAIL</label> + <input id="recover_email" type="text" name="email"/> + + <input type="submit" value="Recover" disabled/> + </form> +{{template "_footer.tmpl" .Common}}
\ No newline at end of file |
