init
This commit is contained in:
8
head.php
Normal file
8
head.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Luke Ogburn</title>
|
||||
<link rel='shortcut icon' type=image/png href=/walker.png>
|
||||
<link rel=stylesheet href=style-<?=(isset($_GET["theme"])&&$_GET["theme"]=="dark")?"dark":"light";?>.css>
|
||||
<link rel=stylesheet href=style.css>
|
||||
<meta name=viewport content="width=device-width,initial-scale=1.0">
|
||||
</head>
|
||||
Reference in New Issue
Block a user