{% extends "base.html" %}
{% block content %}
<center>
<h1>404</h1>
<p>This resource cannot be found</p>
<br>
<p>Why don't you try one of these instead?</p>
<a href="/" class="go_here_link">Featured</a>
<a href="/contest" class="go_here_link">Contests</a>
<br><br>
</center>
{% endblock %}