1
0
mirror of https://github.com/cydrobolt/polr.git synced 2024-11-10 04:02:28 +01:00
polr/404.php
2014-11-09 13:38:12 -05:00

5 lines
230 B
PHP

<!-- polr 404 -->
<?php require_once('header.php');?>
<h1>404</h1><br><h2>You step in the stream</h2><h2>But the water has moved on.</h2><h2>This page is not here</h2></div>
<?php require_once('footer.php');?>