diff options
author | Kai Stevenson <kai@kaistevenson.com> | 2022-10-28 17:36:28 -0700 |
---|---|---|
committer | Kai Stevenson <kai@kaistevenson.com> | 2022-10-28 17:36:28 -0700 |
commit | 09feefc9f04b38420a198b6f69895b242832ad30 (patch) | |
tree | f4901d6c67ecfed074ca5a0028a9a7964ac7a70a /head.php | |
parent | 04cd72c5b46a16b7b82d581f22fe74d2f1e4916e (diff) |
changed the file structure
Diffstat (limited to 'head.php')
-rw-r--r-- | head.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/head.php b/head.php deleted file mode 100644 index b6c2d42..0000000 --- a/head.php +++ /dev/null @@ -1,12 +0,0 @@ -<?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 |