-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (23 loc) · 805 Bytes
/
index.html
File metadata and controls
25 lines (23 loc) · 805 Bytes
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
<html>
<head>
<title>Mission Control</title>
<link rel='stylesheet', href='stylesheets/main.css'>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="user-scalable=0, initial-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
</head>
<body>
<div class="rocket-exhaust">
<div class="rocket-exhaust-item rocket-exhaust-medium"></div>
<div class="rocket-exhaust-item rocket-exhaust-large"></div>
<div class="rocket-exhaust-item rocket-exhaust-small"></div>
</div>
<div class="shuttle">
<div class="rocket rocket-left"></div>
<div class="rocket rocket-right"></div>
<img class="shuttle-vehicle" src="images/shuttle.svg" />
<div class="shuttle-logo"></div>
</div>
</body>
</html>