Page MenuHomePhabricator
Authored By
RhinosF1
Aug 23 2019, 3:21 PM
Size
1 KB
Referenced Files
None
Subscribers
None

404.html

{% extends "base.html" %}
{% import "inc/utils.html" as utils %}
{% block title %}404 Not Found{% endblock %}
{% block content %}
<h1>Four hundred and four!</h1>
<p>The URI you have requested, <code>{{ uri }}</code>, doesn't seem to actually exist.</p>
{% if tool %}
<h2>If you have reached this page from somewhere else...</h2>
<p>This URI is managed by the <a href="{{ urlFor('tool', {'name': tool}) }}"><code>{{ tool }}</code></a> tool, maintained by {{ utils.printMaintainers( maintainers ) }}.</p>
<p>Perhaps its files are on vacation, or the link you've followed doesn't actually lead somewhere useful?</p>
<p>You might want to looks at the <a href="{{ urlFor('tools') }}">list of tools</a> to find what you were looking for, or one of the links on the sidebar to the left. If you're pretty sure this shouldn't be an error, you may wish to notify the tool's maintainers (above) about the error and how you ended up here.</p>
{% else %}
<p>Perhaps the webserver has temporarily lost its mind, or the link you've followed doesn't actually lead somewhere useful?</p>
<p>You might want to looks at the <a href="{{ urlFor('tools') }}">list of tools</a> to find what you were looking for. If you're pretty sure this shouldn't be an error, you may wish to notify the <a href="{{ urlFor('tool', {'name': 'admin'}) }}">project administrators</a> about the error and how you ended up here.</p>
{% endif %}
{% endblock content %}

File Metadata

Mime Type
text/html
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
7872213
Default Alt Text
404.html (1 KB)

Event Timeline

RhinosF1 updated the name for this file from "404 copy.html" to "404.html".Aug 23 2019, 3:23 PM
RhinosF1 changed the visibility from "RhinosF1 (Samuel)" to "All Users".
RhinosF1 changed the visibility from "All Users" to "Custom Policy".