9 lines
367 B
HTML
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>
|