Moved content.php to includes dir, created a 404-page and a last resort to a default page (404)

This commit is contained in:
2014-06-30 19:55:06 +02:00
parent c29b964215
commit bbccef275e
4 changed files with 20 additions and 3 deletions

5
content/404.html Normal file
View File

@@ -0,0 +1,5 @@
<h2>404 - Page not found</h2>
<p>
<a href="index.php">Back to blog</a>
</p>