summaryrefslogtreecommitdiff
path: root/data/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'data/templates/index.html')
-rw-r--r--data/templates/index.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/data/templates/index.html b/data/templates/index.html
index 86a9089..ab6c243 100644
--- a/data/templates/index.html
+++ b/data/templates/index.html
@@ -8,7 +8,8 @@
<header>
<nav>
- <a href="./add_recipes">add recipe</a>
+ <a href="/index.html">HOME</a>
+ <a href="/add_recipes">add recipe</a>
</nav>
<h1>Recipes</h1>
</header>