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 %}
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
{% extends "error.html" %}
|
||||
|
||||
{% block title %}
|
||||
<title>Quay - Something went wrong!</title>
|
||||
<title>Internal Error · Quay</title>
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<h3>Something went wrong on our end!</h3>
|
||||
<h4>
|
||||
We're currently working to fix the problem, but if its persists please feel free to <a href="/contact">contact us</a>. In the meantime, try a refreshing drink (or just refreshing).
|
||||
<p><a href="javascript:history.back()">Head on back</a> and retry whatever it was you were doing.</p>
|
||||
<p>If the issue persists and is blocking you from getting stuff done, <a href="/contact">contact us</a>.</p>
|
||||
</h4>
|
||||
|
||||
<div style="margin-top: 20px">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<html>
|
||||
<title>Quay</title>
|
||||
<title>OAuth Access Token · Quay</title>
|
||||
<head>
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">
|
||||
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.no-icons.min.css">
|
||||
|
|
Reference in a new issue