Files
edx-platform/templates/404.html
2012-03-19 11:10:44 -04:00

8 lines
325 B
HTML

<%inherit file="main.html" />
<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@mitx.mit.edu">technical@mitx.mit.edu</a>.</p>
</section>