Files
edx-platform/lms/static/maintenance/index.html
2012-08-23 08:30:04 -04:00

21 lines
430 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>
<head>
<meta charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300' rel='stylesheet' type='text/css'>
<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>