forked from beforeblazergithub/A1R
-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathindex.html
48 lines (46 loc) · 1.56 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
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A1R</title>
<script type='text/javascript' src='//pl23512096.highcpmgate.com/cd/0c/95/cd0c953226f89b8ac14c8d5a194ab052.js'></script>
<script type='text/javascript' src='//pl23512112.highcpmgate.com/d7/8b/70/d78b708558b167790792436b04fa60d5.js'></script>
<link rel="stylesheet" href="main.css">
<link rel="icon" href="A1R.png" />
<link rel="shortcut icon" href="A1R.png" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L8HLXEWKPP"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L8HLXEWKPP');
</script>
</head>
<body>
<div id="loader">
<h1>A<span>1</span>R</h1>
<p>A galactic network site.</p>
<div class="loader"></div>
</div>
<div class="navbar">
<h1 class="brand">A<span>1</span>R</h1>
<ul>
<li><a href="games.html">Games</a></li>
<li><a href="#">Settings (not ready)</a></li>
</ul>
</div>
<div class="content">
<h1>A<span>1</span>R is The best website for <div class="typewriter-container">
<span class="typewriter-text" id="typewriter-text"></span>
</div> during school.</h1>
<br>
<br>
<br>
</div>
</body>
</html>
<script src="script.js"></script>
<script src="var.js"></script>