summaryrefslogtreecommitdiff
path: root/src/head.php
blob: bb3358f2c2b1328b25c8471f03aa83ceb3490ad5 (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.php">
	<link rel="icon" type="image/x-icon" href="/images/favicon.ico">
</head>

<body>
	<div class="contentpane">