Move header and footer to .inc.php

This commit is contained in:
Frankie B 2022-11-15 22:20:35 +00:00
commit 41efcbfbe5
13 changed files with 60 additions and 160 deletions

4
inc/header.inc.php Normal file
View file

@ -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">