404.html 367 Bytes
Newer Older
1
<%inherit file="../main.html" />
2

3 4
<%block name="title"><title>404</title></%block>

5
<section class="outside-app">
6
  <h1>Page not found</h1>
7
  <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>
8
</section>