aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/_head.twig
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/_head.twig')
-rw-r--r--tpl/_head.twig10
1 files changed, 10 insertions, 0 deletions
diff --git a/tpl/_head.twig b/tpl/_head.twig
new file mode 100644
index 00000000..2d640cbf
--- /dev/null
+++ b/tpl/_head.twig
@@ -0,0 +1,10 @@
1 <link rel="shortcut icon" type="image/x-icon" href="./img/favicon.ico" />
2 <link rel="apple-touch-icon-precomposed" sizes="144x144" href="./img/apple-touch-icon-144x144-precomposed.png">
3 <link rel="apple-touch-icon-precomposed" sizes="72x72" href="./img/apple-touch-icon-72x72-precomposed.png">
4 <link rel="apple-touch-icon-precomposed" href="./img/apple-touch-icon-precomposed.png">
5 <link rel="stylesheet" href="./css/knacss.css" media="all">
6 <link rel="stylesheet" href="./css/style.css" media="all">
7 <!-- Light Theme -->
8 <link rel="stylesheet" href="./css/style-light.css" media="all" title="light-style">
9 <!-- Dark Theme -->
10 <link rel="alternate stylesheet" href="./css/style-dark.css" media="all" title="dark-style"> \ No newline at end of file