repo.or.cz
/
pgweb
/
local.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Quick-fix for NUL in searches
[pgweb/local.git]
/
templates
/
404.html
blob
e6c7b3ddb315c89247c0f06e5038766dffb83970
1
{%extends
"base/page.html"
%}
2
{%block title%}Not Found{%endblock%}
3
{%block contents%}
4
<h1>
Not Found
</h1>
5
6
<p>
7
The URL you specified does not exist.
8
</p>
9
{%endblock%}