diff options
| author | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-13 21:51:07 +0100 |
|---|---|---|
| committer | David T. Sadler <davidtsadler@googlemail.com> | 2021-10-13 21:51:07 +0100 |
| commit | cbaedbc5251f3b127bd81242d1344c0cd3e56e0c (patch) | |
| tree | f76273742992d8f06983fd5d6fef37efc85a2c07 /src/templates/add.php | |
| parent | 2ab5661583d74b03c86bb4f437616bb634d9c4fc (diff) | |
Implemente redirects
Diffstat (limited to 'src/templates/add.php')
| -rw-r--r-- | src/templates/add.php | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/src/templates/add.php b/src/templates/add.php deleted file mode 100644 index a44c4d3..0000000 --- a/src/templates/add.php +++ /dev/null @@ -1,16 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="utf-8"> - <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Bookmarks</title> - </head> - <body> - <form action="/add" method="POST"> - <input type="text" name="url" maxlength="512" autofocus><br> - <input type="text" name="title" maxlength="256" ><br> - <input type="text" name="tag" maxlength="8" ><br> - <button type="submit">Add</button> - </form> - </body> -</html> |
