standardize template title style

This commit is contained in:
Jimmy Zelinskie 2015-11-19 21:56:28 -05:00
parent 74ad602259
commit af70a08dff
3 changed files with 8 additions and 6 deletions

View file

@ -1,12 +1,13 @@
{% extends "error.html" %}
{% block title %}
<title>Quay.io - Page Not Found!</title>
<title>Page Not Found · Quay</title>
{% endblock %}
{% block content %}
<h3>The page doesn't exist !</h3>
<h3>The page you're looking for 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>.
<p>This is somewhat embarrassing, isnt it? It looks like there's nothing here.</p>
<p>You probably want to return to the <a href="/">main page</a>.</p>
</h4>
{% endblock %}