diff options
author | MetroWind <chris.corsair@gmail.com> | 2025-09-07 09:42:33 -0700 |
---|---|---|
committer | MetroWind <chris.corsair@gmail.com> | 2025-09-07 09:42:33 -0700 |
commit | ea0d3220db995018335c48eb06b9794235ff436b (patch) | |
tree | 892564cdd4946c6ee9c1051bc31ff5c7bba6ddf1 /templates/head.html |
Initial commit, mostly just copied from shrt.
Diffstat (limited to 'templates/head.html')
-rw-r--r-- | templates/head.html | 5 |
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") }}"> | ||