diff options
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"> |