summaryrefslogtreecommitdiff
path: root/view/html/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'view/html/head.html')
-rw-r--r--view/html/head.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/view/html/head.html b/view/html/head.html
new file mode 100644
index 0000000..91ae004
--- /dev/null
+++ b/view/html/head.html
@@ -0,0 +1,8 @@
+{{define "head"}}
+<head>
+ <title>Recipes</title>
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/static/view/static/simple.css/simple.css" type="text/css">
+</head>
+{{end}}