projects
/
sview.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
style sheet --> stylesheet
[sview.git]
/
site
/
404.php
Commit
Line
Data
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>