summaryrefslogtreecommitdiffhomepage
path: root/www/templates/head.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/head.html')
-rw-r--r--www/templates/head.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/templates/head.html b/www/templates/head.html
new file mode 100644
index 0000000..ede99c9
--- /dev/null
+++ b/www/templates/head.html
@@ -0,0 +1,10 @@
1<head>
2 <meta charset="UTF-8">
3 <meta name="viewport" content="width=device-width, initial-scale=1.0">
4 <meta http-equiv="X-UA-Compatible" content="ie=edge">
5
6 <title>Dummy Site</title>
7
8 <link rel="stylesheet" href="/style.css">
9 <link rel="icon" href="/favicon.ico" type="image/x-icon">
10</head>