-
Notifications
You must be signed in to change notification settings - Fork 163
/
Copy pathindex.html
44 lines (43 loc) · 1.91 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
<!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>AMOGUS!</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" href="./assets/images/Amogus_Icon.png" sizes="32x32" type="image/png">
</head>
<body>
<div id="main">
<div id="loading">
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/10467e5d-b74b-4046-ac07-ecac8d158d64" alt="">
<div id="overlay">
<ion-icon name="play-circle-outline"></ion-icon>
</div>
<div id="audio1">
<audio src="./assets/audio/Sound.mp3"></audio>
</div>
<div id="audio2">
<audio src="./assets/audio/Killing_Sound.mp3"></audio>
</div>
</div>
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/3c277cf8-a79d-4fb3-8cbd-c3cd09ecbff5" alt="">
<div id="impostor">
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/2e8ed553-e3dc-4a57-8025-93bcc844752b" alt="">
</div>
<div id="crewmate">
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/87d82ceb-275c-4511-9c54-d221ec2bee52" alt="">
</div>
<div id="kill">
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/d470f0df-12b9-4d51-9ba1-f7c1bf3ebbcf" alt="">
<div class="overlay"></div>
</div>
<div id="animation">
<img src="https://github.com/GameSphere-MultiPlayer/GameSphere/assets/56786344/06b2c60e-c5c5-4968-b58b-275bcef531aa" alt="">
</div>
</div>
<script src="script.js"></script>
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</body>
</html>