mirror of
https://github.com/scratchfoundation/scratchx.git
synced 2024-11-25 00:58:05 -05:00
Placeholder index.html
This commit is contained in:
parent
5849456a98
commit
eaebea72fc
1 changed files with 29 additions and 0 deletions
29
index.html
Normal file
29
index.html
Normal 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>
|
Loading…
Reference in a new issue