repo.or.cz
/
archweb_dev-nj.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Changed color alternation on pkglist to be conformant.
[archweb_dev-nj.git]
/
templates
/
404.html
blob
bc50f69b4568c20aca1b2b37e9dae06495ab2b7e
1
{% extends
"base.html"
%}
2
3
{% block content %}
4
<div
class
=
"box"
>
5
<h2>
404
- Page Not Found
</h2>
6
Sorry, the page you've requested does not exist.
7
</div>
8
{% endblock %}
9