aboutsummaryrefslogtreecommitdiff
path: root/templates/header.php
blob: 71bcbcc01cbbde64aef1ba1b2d6bf3e6147e5ff6 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">

<html lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>localhost: ~red</title>
    <link rel="stylesheet" href='<?php echo $config['urls']['base']; ?>/style.css'>
</head>

<body>