1
0
www.mikescher.com/www/pages/main.php
2017-10-22 15:29:45 +02:00

20 lines
513 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mikescher.com</title>
<meta name="google-site-verification" content="pZOhmjeJcQbRMNa8xRLam4dwJ2oYwMwISY1lRKreSSs"/>
<link rel="icon" type="image/png" href="/images/favicon.png"/>
<link rel="stylesheet" href="/data/styles.css"/>
</head>
<body>
<?php include (__DIR__ . '/../fragments/header.php'); ?>
<div class="content">
</div>
<?php include (__DIR__ . '/../fragments/footer.php'); ?>
</body>
</html>