Initial Public Release
This commit is contained in:
commit
c537cc0ec6
32 changed files with 17902 additions and 0 deletions
6
snapindices/templates/404.html
Normal file
6
snapindices/templates/404.html
Normal 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 %}
|
Loading…
Add table
Add a link
Reference in a new issue