diff options
author | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:20:35 +0000 |
---|---|---|
committer | Frankie B <floppydisk05@aol.com> | 2022-11-15 22:20:35 +0000 |
commit | 41efcbfbe5be1aafea665332f55cce74b27d6a3d (patch) | |
tree | 948cd688a7530d45c00d7c79f79e50e22027d5f6 /inc/head.html | |
parent | d750dcc4d266ed5576599fcca4c9a996efc83ec4 (diff) |
Move header and footer to .inc.php
Diffstat (limited to 'inc/head.html')
-rw-r--r-- | inc/head.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/inc/head.html b/inc/head.html deleted file mode 100644 index 93953e9..0000000 --- a/inc/head.html +++ /dev/null @@ -1,4 +0,0 @@ -<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"> |