diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 12:01:12 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-03-08 12:01:12 -0500 |
| commit | dc292817d626265897d9ebdc64f801d59288209b (patch) | |
| tree | 501ed0a338bc6f838a818920bcd6a46fe5902a53 /static/notes.html | |
| parent | c3610817ff11bd969bacc0d4f604e8bb5ae4c321 (diff) | |
Initial Go Rewrite
Diffstat (limited to 'static/notes.html')
| -rw-r--r-- | static/notes.html | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/static/notes.html b/static/notes.html deleted file mode 100644 index 1653551..0000000 --- a/static/notes.html +++ /dev/null @@ -1,10 +0,0 @@ -<form action="/notes" method="get"> - <label>User: </label> - <input type="text" name="user"> - <br> - <label>Password: </label> - <input type="password" name="password"> - <br> - <input type="submit" value="submit"> -</form> - |
