diff options
Diffstat (limited to 'view/html/recipe.html')
-rw-r--r-- | view/html/recipe.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/html/recipe.html b/view/html/recipe.html index a99690a..4d0eb99 100644 --- a/view/html/recipe.html +++ b/view/html/recipe.html @@ -2,11 +2,11 @@ <!DOCTYPE html> <html> {{ template "head" }} - <header> - {{ template "nav" }} - <h1>{{.Title}}</h1> - </header> <body> + <header> + {{ template "nav" }} + <h1>{{.Title}}</h1> + </header> <main> <p> <button onclick="window.location.href='/recipe/{{.Id}}?view=recipe-edit';">edit</button> |