13 lines
619 B
HTML
13 lines
619 B
HTML
<%inherit file="main.html" />
|
||
<%block name="bodyclass">courseware</%block>
|
||
<%block name="title"><title>Courseware – edX</title></%block>
|
||
|
||
<%include file="course_navigation.html" args="active_page='courseware'" />
|
||
|
||
<section class="container">
|
||
<section class="outside-app">
|
||
<h1>There has been an error on the <span class="edx">edX</span> servers</h1>
|
||
<p>We're sorry, this module is temporarily unavailable. Our staff is working to fix it as soon as possible. Please email us at <a href="mailto:technical@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
|
||
</section>
|
||
</section>
|