standardize template title style
This commit is contained in:
parent
74ad602259
commit
af70a08dff
3 changed files with 8 additions and 6 deletions
|
@ -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, isn’t it ? It looks like nothing was found at this location. Please return to the <a href="/">main page</a>.
|
||||
<p>This is somewhat embarrassing, isn’t 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 %}
|
||||
|
|
Reference in a new issue