diff options
Diffstat (limited to 'data/templates/index.html')
-rw-r--r-- | data/templates/index.html | 3 |
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> |