2017-10-21 23:04:06 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2017-10-29 18:52:46 +01:00
|
|
|
<?php require __DIR__ . '/../internals/backend.php' ?>
|
2017-10-21 23:04:06 +02:00
|
|
|
<head>
|
2017-10-22 15:29:45 +02:00
|
|
|
<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"/>
|
|
|
|
|
2017-10-21 23:04:06 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
2017-10-22 15:29:45 +02:00
|
|
|
<?php include (__DIR__ . '/../fragments/header.php'); ?>
|
|
|
|
|
2017-10-29 18:52:46 +01:00
|
|
|
<div id="content">
|
|
|
|
|
|
|
|
<?php include (__DIR__ . '/../fragments/euler.php'); ?>
|
2017-10-22 15:29:45 +02:00
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php include (__DIR__ . '/../fragments/footer.php'); ?>
|
2017-10-21 23:04:06 +02:00
|
|
|
</body>
|
|
|
|
</html>
|