-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathintro.html
32 lines (31 loc) · 1.37 KB
/
intro.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
<!DOCTYPE html>
<html>
<head>
<title>T800-Controller</title>
<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">
<link href="https://fonts.cdnfonts.com/css/terminator-real-nfi-2" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-3Y27CS9BWJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-3Y27CS9BWJ');
</script>
</head>
<body>
<video autoplay muted loop id="t800Video">
<source src="t800.mp4" type="video/mp4">
</video>
<div class="content">
<h1>T800 Controller</h1>
<h4>Hachette Terminator T800 mod. Don't settle for a static model bring him to life with my animatronic modification kit and give your Terminator the life he deserves. Controllable from you smartphone, tablet, PC/Mac. Apps Available on iOS and Android coming soon!</h4>
<a href="controller.html">Enter here</a>
</div>
</body>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
</html>