first commit after cleaning
[sview.git] / site / 404.php
CommitLineData
3e641f63
BA
1<?php
2 $s_title = 'Page not found';
3 header('HTTP/1.0 404 Not Found');
4?>
5
6<div>
7 <p>The requested page does not exist</p>
8</div>