Files
website-mehlmx/contact.de.php

39 lines
960 B
PHP
Raw Normal View History

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