summaryrefslogtreecommitdiff
path: root/header.php
blob: 45553af8854c60921512e96f69789791ae2f96c3 (plain)
1
2
3
4
5
6
7
<?php header('Content-type: text/html; charset=utf-8'); ?><!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
	<title><?php global $title; echo $title; ?></title>
	<link rel="stylesheet" type="text/css" href="style.css" />
</head>
<body>