-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (27 loc) · 893 Bytes
/
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
<!--
Aaron Klaassen made this.
@aaronklaassen
www.outerspacehero.com
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="A nuanced treatise on the possibility of faster-than-light travel.">
<meta name="author" content="Aaron Klaassen">
<title>Is Warp Drive Possible?</title>
<link href="css/bootstrap.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<script src="js/google-analytics.js"></script>
</head>
<body>
<div id="top" class="header">
<div class="vert-text">
<h1>NO.</h1>
<p>And I swear to god I'll pistol whip the next guy that says 'Alcubierre.'</p>
</div>
</div>
</body>
</html>