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

37 lines
1.1 KiB
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"/>
2018-01-04 16:55:26 +01:00
<link rel="canonical" href="https://www.mikescher.com/"/>
<?php printHeaderCSS(); ?>
2017-10-21 23:04:06 +02:00
</head>
<body>
2017-12-29 01:14:15 +01:00
<div id="mastercontainer">
2017-12-28 22:53:41 +01:00
2018-01-03 01:03:43 +01:00
<?php $HEADER_ACTIVE='home'; 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
2018-01-26 21:12:04 +01:00
<?php include (__DIR__ . '/../fragments/panel_euler.php'); ?>
2017-10-22 15:29:45 +02:00
2018-01-26 21:12:04 +01:00
<?php include (__DIR__ . '/../fragments/panel_programs.php'); ?>
<?php include (__DIR__ . '/../fragments/panel_blog.php'); ?>
2018-01-03 21:02:40 +01:00
2018-01-27 18:13:38 +01:00
<?php include (__DIR__ . '/../fragments/panel_books.php'); ?>
2020-01-06 21:58:09 +01:00
<?php include (__DIR__ . '/../fragments/panel_aoc.php'); ?>
2019-11-03 15:44:47 +01: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-12-29 01:14:15 +01:00
</div>
<?php printAdditionalScripts(); ?>
<?php printAdditionalStylesheets(); ?>
2017-10-21 23:04:06 +02:00
</body>
</html>