14 lines
444 B
HTML
14 lines
444 B
HTML
<%inherit file="base.html" />
|
|
<%block name="title">Page Not Found</%block>
|
|
|
|
<%block name="content">
|
|
|
|
<div class="wrapper-content wrapper">
|
|
<section class="content">
|
|
|
|
<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>
|
|
</div>
|
|
|
|
</%block> |