parent
e008f48f36
commit
adb744089e
6 changed files with 136 additions and 101 deletions
12
templates/404.html
Normal file
12
templates/404.html
Normal 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, isn’t it ? It looks like nothing was found at this location. Please return to the <a href="/">main page</a>.
|
||||
</h4>
|
||||
{% endblock %}
|
Reference in a new issue