diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-01-02 16:53:45 -0500 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2025-01-02 16:53:45 -0500 |
| commit | c3610817ff11bd969bacc0d4f604e8bb5ae4c321 (patch) | |
| tree | 3fe50e36d3a357e3d8120b4c2c3f244986f5fb90 /static/notes.html | |
| parent | f7335f0d315ecc4eb86230ce0f9afce8954e553d (diff) | |
Fixed Logos
Diffstat (limited to 'static/notes.html')
| -rw-r--r-- | static/notes.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/static/notes.html b/static/notes.html new file mode 100644 index 0000000..1653551 --- /dev/null +++ b/static/notes.html @@ -0,0 +1,10 @@ +<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> + |
