summaryrefslogtreecommitdiff
path: root/view/html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2024-02-15 20:14:52 +0100
committerxengineering <me@xengineering.eu>2024-02-15 20:15:05 +0100
commit75c594b778c5c6d51883a45da735a67761952470 (patch)
tree3ad2c87f375286e5619e8fdf9af04ace408e9eec /view/html
parent9c2a9c2000520129ac2377b033eeafce61d07abb (diff)
downloadceres-75c594b778c5c6d51883a45da735a67761952470.tar
ceres-75c594b778c5c6d51883a45da735a67761952470.tar.zst
ceres-75c594b778c5c6d51883a45da735a67761952470.zip
view: Add doctype to HTML
Diffstat (limited to 'view/html')
-rw-r--r--view/html/recipe-edit.html1
-rw-r--r--view/html/recipe.html1
-rw-r--r--view/html/recipes.html1
3 files changed, 3 insertions, 0 deletions
diff --git a/view/html/recipe-edit.html b/view/html/recipe-edit.html
index 6701547..7a50905 100644
--- a/view/html/recipe-edit.html
+++ b/view/html/recipe-edit.html
@@ -1,4 +1,5 @@
{{define "recipe-edit"}}
+<!DOCTYPE html>
<html>
{{ template "head" }}
<header>
diff --git a/view/html/recipe.html b/view/html/recipe.html
index b1387b3..a6588e6 100644
--- a/view/html/recipe.html
+++ b/view/html/recipe.html
@@ -1,4 +1,5 @@
{{define "recipe"}}
+<!DOCTYPE html>
<html>
{{ template "head" }}
<header>
diff --git a/view/html/recipes.html b/view/html/recipes.html
index c77a7a8..ba7cd62 100644
--- a/view/html/recipes.html
+++ b/view/html/recipes.html
@@ -1,4 +1,5 @@
{{define "recipes"}}
+<!DOCTYPE html>
<html>
{{ template "head" }}
<header>