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

14 lines
369 B
HTML
Raw Normal View History

2015-10-21 19:28:45 +00:00
{% extends "error.html" %}
{% block title %}
2015-11-20 02:56:28 +00:00
<title>Page Not Found · Quay</title>
2015-10-21 19:28:45 +00:00
{% endblock %}
{% block content %}
2015-11-20 02:56:28 +00:00
<h3>The page you're looking for doesn't exist!</h3>
2015-10-21 19:28:45 +00:00
<h4>
2015-11-20 02:56:28 +00:00
<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>
2015-10-21 19:28:45 +00:00
</h4>
{% endblock %}