diff options
author | xengineering <me@xengineering.eu> | 2023-03-07 17:27:14 +0100 |
---|---|---|
committer | xengineering <me@xengineering.eu> | 2023-03-07 17:27:14 +0100 |
commit | e4ba2f142df4486acacf5b24cff822e2260c1fcc (patch) | |
tree | 932be33b78ef522c738104aa61a7efb934089f12 /data/templates/index.html | |
parent | ba327ee030a3b8abdbf9f5d10987060648dbb10e (diff) | |
download | ceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.tar ceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.tar.zst ceres-e4ba2f142df4486acacf5b24cff822e2260c1fcc.zip |
Update navigation links
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> |