aboutsummaryrefslogtreecommitdiff
path: root/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/head.html')
-rw-r--r--templates/head.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/head.html b/templates/head.html
new file mode 100644
index 0000000..46b21e7
--- /dev/null
+++ b/templates/head.html
@@ -0,0 +1,5 @@
1<meta charset="utf-8">
2<meta name="viewport" content="width=device-width,initial-scale=1">
3<link rel="icon" href="{{ url_for("statics", "icon.svg") }}" type="image/svg+xml">
4<link rel="apple-touch-icon" href="{{ url_for("statics", "icon-180.png") }}">
5<link rel="stylesheet" href="{{ url_for("statics", "styles.css") }}">