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
2015-11-20 16:23:39 -05:00

13 lines
369 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{% extends "error.html" %}
{% block title %}
<title>Page Not Found · Quay</title>
{% endblock %}
{% block content %}
<h3>The page you're looking for doesn't exist!</h3>
<h4>
<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>
</h4>
{% endblock %}