-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 864 Bytes
/
index.html
File metadata and controls
25 lines (24 loc) · 864 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
<!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>
<link rel="stylesheet" href="main.css">
</head>
<body>
<div id="loader">
<h1>A<span>1</span>R</h1>
<p>New level of bypassing!</p>
<div class="loader"></div>
</div>
<div class="content">
<h2>Welcome to:</h2>
<h1>A<span>1</span>R</h1>
<a href="games.html" class="start">Start Playing</a>
<a href="https://alienhub.xyz/?utm_campaign=5c721f89-3d6e-4df3-9538-2f45781424cf&utm_medium=misc" target="_blank" rel="noreferrer"><iframe src="https://hub.alienhub.xyz/show?utm_medium=misc" frameborder="0"></iframe>></a>
</div>
</body>
</html>
<script src="script.js"></script>