Add 404 page

Fixes coreos-inc/quay#677
This commit is contained in:
Quentin Machu 2015-10-21 15:28:45 -04:00
parent e008f48f36
commit adb744089e
6 changed files with 136 additions and 101 deletions

12
templates/404.html Normal file
View file

@ -0,0 +1,12 @@
{% extends "error.html" %}
{% block title %}
<title>Quay.io - Page Not Found!</title>
{% endblock %}
{% block content %}
<h3>The page doesn't exist !</h3>
<h4>
This is somewhat embarrassing, isnt it ? It looks like nothing was found at this location. Please return to the <a href="/">main page</a>.
</h4>
{% endblock %}