2015-06-26 17:07:12 +03:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="de-DE">
|
|
|
|
|
<head>
|
|
|
|
|
<title>Max Mehl</title>
|
|
|
|
|
<link lang="en" title="English" href="/en" hreflang="en" rel="alternate" type="text/html">
|
|
|
|
|
|
2015-06-26 17:12:35 +03:00
|
|
|
<?php include dirname(__DIR__).'/static/head.de.html'; ?>
|
2015-06-26 17:07:12 +03:00
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body class="home blog custom-background">
|
|
|
|
|
|
|
|
|
|
<div id="header">
|
|
|
|
|
<div id="header-content">
|
2015-06-26 17:12:35 +03:00
|
|
|
<?php include dirname(__DIR__).'/static/nav.de.html'; ?>
|
2015-06-26 17:07:12 +03:00
|
|
|
|
|
|
|
|
<div class="info">
|
|
|
|
|
<p><a target="_blank" href="/impressum">Impressum</a></p>
|
2015-06-26 17:12:35 +03:00
|
|
|
<p><a href="/en"><?php include dirname(__DIR__).'/static/lang.de.html'; ?></a></p>
|
2015-06-26 17:07:12 +03:00
|
|
|
</div>
|
|
|
|
|
</div><!-- / header-content -->
|
|
|
|
|
</div><!-- / header -->
|
|
|
|
|
|
|
|
|
|
<div id="header-bottom"> </div>
|
|
|
|
|
<div id="container">
|
|
|
|
|
<h1 id="heading">Max Mehl</h1>
|
|
|
|
|
</div> <!-- / container -->
|
|
|
|
|
|
|
|
|
|
<!-- INDEX page -->
|
|
|
|
|
<div id="featured-boxs">
|
|
|
|
|
<div class="featured-box-big">
|
2015-06-26 17:12:35 +03:00
|
|
|
<?php include dirname(__DIR__).'/text/index-intro.de.html'; ?>
|
2015-06-26 17:07:12 +03:00
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<br class="clear" />
|
|
|
|
|
|
|
|
|
|
<!-- BIG BOXES -->
|
2015-06-26 17:12:35 +03:00
|
|
|
<?php include dirname(__DIR__).'/text/index-box.de.html'; ?>
|
2015-06-26 17:07:12 +03:00
|
|
|
<!-- / BIG BOXES -->
|
|
|
|
|
</div> <!-- / featured-boxs -->
|
|
|
|
|
<!-- / INDEX page -->
|
|
|
|
|
|
2015-06-26 17:12:35 +03:00
|
|
|
<?php include dirname(__DIR__).'/static/piwik.html'; ?>
|
2015-06-26 17:07:12 +03:00
|
|
|
</body>
|
|
|
|
|
</html>
|