This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/templates/404.html

13 lines
337 B
HTML
Raw Normal View History

2015-10-21 19:28:45 +00:00
{% 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 %}