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