-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (34 loc) · 1.83 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>IHOTT - Intergalactic House of Time Travelers</title>
<link href="https://fonts.googleapis.com/css?family=Raleway+Dots" rel="stylesheet" type="text/css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="style.css" rel="stylesheet" type="text/css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest">
</head>
<body>
<nav style="text-align: center;"><h2>
<ul style="padding-inline-start: 0px;">
<li><a href="https://docs.google.com/document/d/e/2PACX-1vTqSBSzCLCKOAmloTbCm9SYyonf85V0ahzRGqjrBaWHUVhjzXauE1azSOz9fc_JZtM06fj81fChVMs4/pub">Principles</a></li>
<li><a href="https://github.com/IHOTT/">GitHub</a></li>
<li><a href="https://github.com/IHOTT/ihott-assets">Logos</a></li>
</ul>
</h2></nav>
<div id="mainBody">
<img src="images/IHOTT-1992-faded-edges.png" alt="IHOTT - Intergalactic House of Time Travellers" title="IHOTT - Intergalactic House of Time Travellers" class="logo-img"/>
<h3>*and occasionally a tater tot... if you're lucky!</h3>
<h1>Coming to a Burn near you! 😉</h1>
</div>
<div id="videoDiv">
<video autoplay muted loop id="myVideo"><source src="images/bg-loop.mp4" type="video/mp4"></video>
</div>
</body>
</html>