website-mehlmx/404.php

41 lines
943 B
PHP
Raw Permalink Normal View History

2015-06-26 16:07:12 +02:00
<!DOCTYPE html>
<html lang="de-DE">
<head>
<title>Max Mehl | Error</title>
2015-06-26 16:15:26 +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:15:26 +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>
</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 -->
<!-- page -->
<div id="featured-boxs">
<div class="featured-box-big textonly">
<h2>Error</h2>
2016-02-26 14:58:53 +01:00
<p>Sorry, the website you've been looking for does not exist.</p>
2015-06-26 16:07:12 +02:00
<h2>Fehler</h2>
<p>Entschuldigung, die Seite, nach der Sie gesucht haben, existiert nicht.</p>
</div>
</div> <!-- / featured-boxs -->
<!-- / page -->
2015-06-26 16:15:26 +02:00
<?php include 'static/piwik.html'; ?>
2015-06-26 16:07:12 +02:00
</body>
</html>