-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 885 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 885 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="https://oyepriyansh.pages.dev/favicon.ico" />
<title>Hacker</title>
<link rel="stylesheet" href="style.css" />
<script src="script.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CYH9FZ1EN9"></script>
<script type="text/javascript" src="https://oyepriyansh.pages.dev/cdnjs/analytics/hacker.js"></script>
</head>
<body>
<div class="wrapper">
<div id="loading">Loading....</div>
<div id="start" style="display: none;">Click to Start!</div>
<div id="data"></div>
</div>
<video id="video" playingline style="display: none; pointer-events: none;"></video>
</body>
</html>