-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
42 lines (37 loc) Β· 1.58 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
<!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>EYEBalliN'</title>
<link rel="stylesheet" href="land.css">
<link rel="icon" href="https://bit.ly/3z2b6db">
</head>
<body >
<img src="https://bit.ly/3gnKBYh" style="display: none;" rel="preload">
<!-- <div class="loader">
</div> -->
<!-- <button class="cybr-btn" >
<a href="game.html" id="loadingz" onclick="spinner()">
<span class="off-hover">Play π<span aria-hidden="true">_</span></span>
<span aria-hidden="true" class="on-hover">Proceed_</span></span>
<span aria-hidden="true" class="cybr-btn__glitch">Slam Dunk Hack_</span>
<span aria-hidden="true" class="cybr-btn__tag">MLH</span>
</a>
</button> -->
<div class="devpost-btn">
<a href="https://devpost.com/software/EyeballiN">
<img width="57px" height="50px" src="https://bit.ly/3j1qW25" alt="devpost logo">
</a>
</div>
<!-- <div class="rukozara"> -->
<svg class="spinner" width="30px" height="30px" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" preserveAspectRatio="xMidYMid">
<rect class="spinner__rect" x="0" y="0" width="100" height="100" fill="none"></rect>
<circle class="spinner__circle" cx="50" cy="50" r="35" stroke="#fff" fill="none" stroke-width="6" stroke-linecap="round">
</circle>
</svg>
<!-- </div> -->
<script type="text/javascript"> setTimeout(function () {window.location.href = "game.html"; }, 5000); </script>
</body>
</html>