9 lines
347 B
PHP
Executable File
9 lines
347 B
PHP
Executable File
<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>
|