sites

parazyd.cf website
git clone git://parazyd.org/sites.git
Log | Files | Refs

commit be7c09fc96074ea6d630387c5825e983d4415d5d
parent 709d69ea52f7164d39c87a563551eb1921655099
Author: parazyd <parazyd@dyne.org>
Date:   Thu, 23 Jun 2016 13:18:19 +0200

add custom 404 page

Diffstat:
A404.php | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/404.php b/404.php @@ -0,0 +1,6 @@ +<?php $title = "404"; include "header.php"; ?> + +<h1>Whoops!</h1> +<p>This page does not exist. Move along...</p> + +<?php include "footer.php"; ?>