1
0
www.mikescher.com/www/pages/main.php

24 lines
645 B
PHP
Raw Normal View History

2017-10-21 23:04:06 +02:00
<!DOCTYPE html>
<html lang="en">
2017-11-09 17:43:34 +01:00
<?php require_once (__DIR__ . '/../internals/base.php'); ?>
2017-10-21 23:04:06 +02:00
<head>
2017-11-09 17:43:34 +01:00
<meta charset="utf-8">
<title>Mikescher.com</title>
<meta name="google-site-verification" content="pZOhmjeJcQbRMNa8xRLam4dwJ2oYwMwISY1lRKreSSs"/>
<link rel="icon" type="image/png" href="/data/images/favicon.png"/>
<link rel="stylesheet" href="/data/css/styles.css"/>
2017-10-21 23:04:06 +02:00
</head>
<body>
2017-12-28 22:53:41 +01:00
2017-11-09 17:43:34 +01:00
<?php include (__DIR__ . '/../fragments/header.php'); ?>
2017-10-22 15:29:45 +02:00
2017-12-28 22:53:41 +01:00
<div id="content" class="content-responsive">
2017-10-29 18:52:46 +01:00
2017-11-08 17:39:50 +01:00
<?php include (__DIR__ . '/../fragments/eulerpanel.php'); ?>
2017-10-22 15:29:45 +02:00
2017-11-09 17:43:34 +01:00
</div>
2017-10-22 15:29:45 +02:00
2017-11-09 17:43:34 +01:00
<?php include (__DIR__ . '/../fragments/footer.php'); ?>
2017-12-28 22:53:41 +01:00
2017-10-21 23:04:06 +02:00
</body>
</html>