diff options
Diffstat (limited to 'view/html/recipe-edit.html')
-rw-r--r-- | view/html/recipe-edit.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html index aeb8e59..a6b4a66 100644 --- a/view/html/recipe-edit.html +++ b/view/html/recipe-edit.html @@ -2,11 +2,11 @@ <!DOCTYPE html> <html> {{ template "head" }} - <header> - {{ template "nav" }} - <h1>Recipe editor</h1> - </header> <body> + <header> + {{ template "nav" }} + <h1>Recipe editor</h1> + </header> <main> <form action="/recipe/{{.Id}}"> <input type="hidden" name="id" value="{{.Id}}"> |