Files
edx-platform/lms/templates/static_templates/server-error.html

7 lines
348 B
HTML

<%inherit file="../main.html" />
<section class="outside-app">
<h1>There has been a 500 error on the <em>edX</em> servers</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@mitx.mit.edu">technical@mitx.mit.edu</a> to report any problems or downtime.</p>
</section>