13 lines
455 B
HTML
13 lines
455 B
HTML
<%inherit file="base.html" />
|
|
<%block name="title">Server Error</%block>
|
|
|
|
<%block name="content">
|
|
|
|
<div class="wrapper-content wrapper">
|
|
<section class="content">
|
|
<h1>Currently the <em>edX</em> servers are down</h1>
|
|
<p>Our staff is currently working to get the site back up as soon as possible. Please email us at <a href="mailto:technical@edx.org">technical@edx.org</a> to report any problems or downtime.</p>
|
|
</section>
|
|
</div>
|
|
|
|
</%block> |