summaryrefslogtreecommitdiff
path: root/data/templates/head.html
diff options
context:
space:
mode:
authorxengineering <me@xengineering.eu>2023-02-12 19:33:49 +0100
committerxengineering <me@xengineering.eu>2023-02-12 19:33:49 +0100
commit89d402d10e8af9073cdfb2ad967eda16d714371e (patch)
tree80edf469a86913727724b426897255786c56dbfa /data/templates/head.html
parent88af7a818f2ef3c45c4e849512ca1f6289a9dce2 (diff)
downloadceres-89d402d10e8af9073cdfb2ad967eda16d714371e.tar
ceres-89d402d10e8af9073cdfb2ad967eda16d714371e.tar.zst
ceres-89d402d10e8af9073cdfb2ad967eda16d714371e.zip
Move <head/> section to own template file
This reduces copies of the same HTML code.
Diffstat (limited to 'data/templates/head.html')
-rw-r--r--data/templates/head.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/templates/head.html b/data/templates/head.html
new file mode 100644
index 0000000..33f0c6d
--- /dev/null
+++ b/data/templates/head.html
@@ -0,0 +1,9 @@
+ <head>
+
+ <title>Recipes</title>
+
+ <meta charset="utf-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/static/style.css" type="text/css">
+
+ </head>