-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
47 lines (33 loc) · 1.06 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
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Inexplicable Universe</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="loading">
<img src="neil-dg-spaceman.gif">
</div>
<div class="neil-cursor"></div>
<section>
<div class="circle"></div>
<table class="planet-facts">
<tr>
<th class="row-1">Name Test</th>
<th class="row-2">Distance from Sun</th>
<th class="row-3">Orbit Period</th>
</tr>
<tr>
<td class="column-1">—</td>
<td class="column-2">—</td>
<td class="column-3">—</td>
</tr>
</table>
</section>
<div class="next-area"></div>
<div class="prev-area"></div>
<img src="dennis-schweizer-759403-unsplash.jpg" class="stars">
<script src="main.js"></script>
</body>
</html>