diff options
Diffstat (limited to 'view/html/recipes.html')
-rw-r--r-- | view/html/recipes.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/html/recipes.html b/view/html/recipes.html index c0a0719..89620ed 100644 --- a/view/html/recipes.html +++ b/view/html/recipes.html @@ -2,11 +2,11 @@ <!DOCTYPE html> <html> {{ template "head" }} - <header> - {{ template "nav" }} - <h1>Recipes</h1> - </header> <body> + <header> + {{ template "nav" }} + <h1>Recipes</h1> + </header> <main> <p><button onclick="create('/recipe')">create</button></p> {{if ne (len .) 0}} |