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