aboutsummaryrefslogtreecommitdiff
path: root/inc/head.html
diff options
context:
space:
mode:
authorFrankie B <floppydisk05@aol.com>2022-09-19 21:21:41 +0000
committerFrankie B <floppydisk05@aol.com>2022-09-19 21:21:41 +0000
commit199be00b8ce144ff1018ed00a4d69543115a93d2 (patch)
treef2afe817ad0bbd5cf0449ba668155b3b45fa4e83 /inc/head.html
parent222d3303b4a9e53969ef224c245e028e6a31f989 (diff)
Move global head to file and split between page-specific and global
Diffstat (limited to 'inc/head.html')
-rw-r--r--inc/head.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/inc/head.html b/inc/head.html
new file mode 100644
index 0000000..93953e9
--- /dev/null
+++ b/inc/head.html
@@ -0,0 +1,4 @@
+<meta charset="utf-8">
+ <meta property="og:type" content="website">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" id="theme" href="/res/css/dark.css" type="text/css">