Files
edx-platform/lms/templates/static_templates/404.html
2012-09-26 13:35:48 -04:00

9 lines
367 B
HTML

<%inherit file="../main.html" />
<%block name="title"><title>404</title></%block>
<section class="outside-app">
<h1>Page not found</h1>
<p>The page that you were looking for was not found. Go back to the <a href="/">homepage</a> or let us know about any pages that may have been moved at <a href="mailto:technical@edx.org">technical@edx.org</a>.</p>
</section>