Files
edx-platform/lms/static/maintenance/index.html
2014-10-22 16:11:49 +03:00

21 lines
340 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/base.css">
</head>
<body>
<div class="legos">
<img src="images/edx-legos.png" />
</div>
<h1>
Were busy building a brand new edX.<br />
Well be right back!
</h1>
</body>
</html>