diff options
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> + |
