Initial import for public release...
[archweb_dev-nj.git] / templates / 404.html
blobbc50f69b4568c20aca1b2b37e9dae06495ab2b7e
1 {% extends "base.html" %}
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 %}