summaryrefslogtreecommitdiff
path: root/data/templates/add.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/add.html')
-rw-r--r--data/templates/add.html29
1 files changed, 0 insertions, 29 deletions
diff --git a/data/templates/add.html b/data/templates/add.html
deleted file mode 100644
index 0282ef0..0000000
--- a/data/templates/add.html
+++ /dev/null
@@ -1,29 +0,0 @@
-<!DOCTYPE html>
-
-<html>
-
- {{ template "head.html" }}
-
- <body>
-
- <header>
- <nav>
- <a href="/index.html">HOME</a>
- </nav>
- <h1>Add a recipe</h1>
- </header>
-
- <main>
- <form action="/add_recipes" method="post">
- <input placeholder="Title" type="text" id="custom_title" name="title"><br>
- <input placeholder="Link (optional)" type="text" id="custom_link" name="url"><br>
- <button type="submit">add</button>
- </form>
-
- {{ template "footer.html" }}
-
- </main>
-
- </body>
-
-</html>