Placeholder index.html

This commit is contained in:
Sayamindu Dasgupta 2015-03-10 16:33:43 -04:00
parent 5849456a98
commit eaebea72fc

29
index.html Normal file
View file

@ -0,0 +1,29 @@
<!DOCTYPE html>
<html lang="en"> <!-- Set this to the main language of your site -->
<head>
<meta charset="utf-8">
<title>Whoops! Something went wrong</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.main {
width: 100%;
height: 100%;
color: #585858;
text-align: center;
font-family: "helvetica neue",arial,sans-serif;
}
</style>
</head>
<body>
</body>
<div class="main">
<h2>Greetings!</h2>
<h2>We are working on scratchx.org and will be launching soon</h2>
<br>
<img src="http://wiki.scratch.mit.edu/w/images/Nano3.png" style="margin:20px;padding: 10px;">
<p>
Stay tuned for further announcements!
</p>
</div>
</html>