this repo has no description

add 404 page

awwpotato d1d1ce93 035ff193

+7
+7
templates/404.html
··· 1 + {% extends "base.html" %} 2 + 3 + {% block content %} 4 + <h1>404, not found</h1> 5 + 6 + <p><a href="/">go home</a></p> 7 + {% endblock content %}