summaryrefslogtreecommitdiff
path: root/src/head.php
blob: 8e338580f84b0f552e8d5183e1cf42489573eed6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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">