summaryrefslogtreecommitdiff
path: root/head.php
diff options
context:
space:
mode:
authorKai Stevenson <kai@kaistevenson.com>2022-10-08 18:40:34 -0700
committerKai Stevenson <kai@kaistevenson.com>2022-10-08 18:40:34 -0700
commit7cdaa8b30fcd8ab333d11719dc4b280b28347a71 (patch)
tree60a9882f4e33535ad73101150d80a1daa1da03dc /head.php
parent7c402bbaacfa6acd2d4a2184975ec83f5edde329 (diff)
set up PHP
Diffstat (limited to 'head.php')
-rw-r--r--head.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/head.php b/head.php
new file mode 100644
index 0000000..b6c2d42
--- /dev/null
+++ b/head.php
@@ -0,0 +1,12 @@
+<?php
+error_reporting(E_ALL);
+ini_set('display_errors', 1);
+?>
+
+<head>
+ <link rel="stylesheet" href="/style.css">
+ <link rel="icon" type="image/x-icon" href="/images/favicon.ico">
+</head>
+
+<body>
+ <div class="contentpane"> \ No newline at end of file