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