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

View File

@@ -92,13 +92,13 @@ body
a:link
{
color:#000000;
text-decoration:none;
text-decoration:underline;
}
a:hover
{
color:#000000;
text-decoration:underline;
text-decoration:none;
}
a:visited