41 lines
922 B
PHP
41 lines
922 B
PHP
<!DOCTYPE html>
|
|
<html lang="de-DE">
|
|
<head>
|
|
<title>Max Mehl | Error</title>
|
|
|
|
<?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>
|
|
</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">
|
|
<h2>Error</h2>
|
|
<p>Sorry, the website you've looking for does not exist.</p>
|
|
|
|
<h2>Fehler</h2>
|
|
<p>Entschuldigung, die Seite, nach der Sie gesucht haben, existiert nicht.</p>
|
|
</div>
|
|
</div> <!-- / featured-boxs -->
|
|
<!-- / page -->
|
|
|
|
<?php include 'static/piwik.html'; ?>
|
|
</body>
|
|
</html>
|