website-mehlmx/index.de.php

45 lines
1.0 KiB
PHP
Raw Permalink Normal View History

2015-06-26 16:07:12 +02: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 16:13:43 +02:00
<?php include 'static/head.de.html'; ?>
2015-06-26 16:07:12 +02:00
</head>
<body class="home blog custom-background">
<div id="header">
<div id="header-content">
2015-06-26 16:13:43 +02:00
<?php include 'static/nav.de.html'; ?>
2015-06-26 16:07:12 +02:00
<div class="info">
<p><a target="_blank" href="/impressum">Impressum</a></p>
2015-06-26 16:13:43 +02:00
<p><a href="/en"><?php include 'static/lang.de.html'; ?></a></p>
2015-06-26 16:07:12 +02:00
</div>
</div><!-- / header-content -->
</div><!-- / header -->
<div id="header-bottom"> </div>
<div id="container">
2016-09-06 16:39:20 +02:00
<h1 id="heading"><a href="/">Max Mehl</a></h1>
2015-06-26 16:07:12 +02:00
</div> <!-- / container -->
<!-- INDEX page -->
<div id="featured-boxs">
<div class="featured-box-big">
2015-06-26 16:13:43 +02:00
<?php include 'text/index-intro.de.html'; ?>
2015-06-26 16:07:12 +02:00
</div>
<br class="clear" />
<!-- BIG BOXES -->
2015-06-26 16:13:43 +02:00
<?php include 'text/index-box.de.html'; ?>
2015-06-26 16:07:12 +02:00
<!-- / BIG BOXES -->
</div> <!-- / featured-boxs -->
<!-- / INDEX page -->
2015-06-26 16:13:43 +02:00
<?php include 'static/piwik.html'; ?>
2015-06-26 16:07:12 +02:00
</body>
</html>