diff options
| author | Samuel Johnson <[email protected]> | 2025-11-25 19:47:20 -0500 |
|---|---|---|
| committer | Samuel Johnson <[email protected]> | 2025-11-25 19:47:20 -0500 |
| commit | 3c237fc659c2829042407697ca7aa3e1442a5719 (patch) | |
| tree | 6557b2faa27eb9880ef96c8755bed3f8a461d2ae /ui/html/login.tmpl.html | |
| parent | 368a462bc744d8e9084eacfaddeb9afcaf7f7133 (diff) | |
Add post editing interface
Diffstat (limited to 'ui/html/login.tmpl.html')
| -rw-r--r-- | ui/html/login.tmpl.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/ui/html/login.tmpl.html b/ui/html/login.tmpl.html deleted file mode 100644 index 6377dc0..0000000 --- a/ui/html/login.tmpl.html +++ /dev/null @@ -1,19 +0,0 @@ -{{define "title"}}Login{{end}} - -{{define "main"}} - <div class="topline"> - <h2>Log In</h2> - </div> - <div class="card"> - <form class="login_form center" action="/login" method="POST"> - <label for="user">Username:</label> - <input type="text" id="user" name="user"> - <label for="pass_one">Password:</label> - <input type="text" id="pass_one" name="pass_one"> - <label for="pass_two">Password:</label> - <input type="text" id="pass_two" name="pass_two"> - <br> - <input type="submit" value="Submit"> - </form> - </div> -{{end}} |
