Initial Public Release

This commit is contained in:
Matthew Dillon (diogenes) 2013-09-08 20:37:01 -08:00
commit c537cc0ec6
32 changed files with 17902 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{% extends "base.html" %}
{% block content %}
<h1>404 Page Not Found</h1>
<p>What you were looking for is just not there.</p>
<p><a href="{{ url_for('index') }}">Main</a></p>
{% endblock %}