Files
php-rooster/template/page.html
2017-10-10 14:30:28 +01:00

14 lines
445 B
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Gecombineerde roosters</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p><a href="">&lt;&lt; Terug naar formulier</a></p>
{LEGENDA}
{ROOSTER}
</body>
</html>