-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
34 lines (29 loc) · 1.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="styles.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/chance/1.0.18/chance.min.js"></script>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.4.1/jquery.easing.js"></script>
<script defer src="disintegrate.js"></script>
<script defer src="html2canvas.min.js"></script>
<script defer src="script.js"></script>
<title>Thanos Snap!</title>
<link rel="icon" type="image/x-icon" href="https://www.google.com/logos/fnbx/thanos/thanos_idle.png">
</head>
<body>
<div id="after-snap">Please refresh the Page to bring back the Avengers 😉 !!!</div>
<div class="content">
<img src="https://www.screengeek.net/wp-content/uploads/2019/01/avengers-infinity-war.jpg" height="350">
<h1>AVENGERS</h1>
<button id="start-btn" onclick="afterSnap()">
<img src="https://cdn.iconscout.com/icon/premium/png-256-thumb/gauntlet-1691367-1441554.png" height="50" />
Snap!
</button>
</div>
</body>
</html>