-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
45 lines (45 loc) · 1.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
<!doctype html>
<html>
<head>
<title>Foundation</title>
<link rel="stylesheet" href="css/style.css" />
<script type="text/javascript" src="http://localhost:48626/takana.js"></script>
<script type="text/javascript">
takanaClient.run({host: 'localhost:48626'});
</script>
</head>
<body>
<article id="container">
<h1>Space Ipsum</h1>
<p>
What was most significant about the lunar voyage was not that man set foot on the Moon but that they set eye on the earth.
We are all connected; To each other, biologically. To the earth, chemically. To the rest of the universe atomically.
</p>
<p>
Curious that we spend more time congratulating people who have succeeded than encouraging people who have not.
If you could see the earth illuminated when you were in a place as dark as night, it would look to you more splendid than the moon.
</p>
<p>
If you could see the earth illuminated when you were in a place as dark as night, it would look to you more splendid than the moon.
</p>
<div class="boxes">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</article>
</body>
</html>