diff options
author | Frankie B <floppydisk05@aol.com> | 2022-09-19 21:21:41 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-09-19 21:21:41 +0000 |
commit | 199be00b8ce144ff1018ed00a4d69543115a93d2 (patch) | |
tree | f2afe817ad0bbd5cf0449ba668155b3b45fa4e83 /inc/head.html | |
parent | 222d3303b4a9e53969ef224c245e028e6a31f989 (diff) |
Move global head to file and split between page-specific and global
Diffstat (limited to 'inc/head.html')
-rw-r--r-- | inc/head.html | 4 |
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"> |