Commit 3cd3976b authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6c61e568
...@@ -37,11 +37,13 @@ if($_GET["action"] == "bla"){ ...@@ -37,11 +37,13 @@ if($_GET["action"] == "bla"){
}else if (isset($_GET["action"])){ }else if (isset($_GET["action"])){
$titel = "404 Nicht gefunden!"; $titel = "404 Nicht gefunden!";
$content = '<div class="error-404 text-center"> $content = '<div class="error-content">
<div class="error-404 text-center">
<h2>404</h2> <h2>404</h2>
<p>Sorry this was unexpected</p> <p>Sorry this was unexpected</p>
<a class="b-home" href="index.php">Back to Home</a> <a class="b-home" href="index.php">Back to Home</a>
</div> '; </div>
</div>';
} }
?><!--A Design by W3layouts ?><!--A Design by W3layouts
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment