summaryrefslogtreecommitdiff
path: root/head.php
blob: b6c2d42a8390c0e34e59a1bc721e85d32100f3d3 (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">