-
Notifications
You must be signed in to change notification settings - Fork 43
/
index-level3.html
64 lines (60 loc) · 1.83 KB
/
index-level3.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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="initial-scale=1, width=device-width" />
<link rel="stylesheet" href="./global-level1.css" />
<link rel="stylesheet" href="./index-level1.css" />
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Irish Grover:wght@400&display=swap"
/>
</head>
<body>
<audio id="background-music" loop>
<source src="back.mp3" type="audio/mpeg">
</audio>
<a href="main/award/badges.html">
<img src="public/reward.png" alt="Reward Icon" class="reward-icon" id="reward-icon">
</a>
<a href="index.html">
<img src="public/back_button.png" alt="Back Icon" class="backButton-icon" id="backButton-icon">
</a>
<img src="public/music.png" alt="Music Icon" class="music-icon" id="music-icon">
<div class="homepage">
<div class="level-1-wrapper">
<a class="level-1">Level- 3</a>
</div>
<div class="animation-1716868169732-1-parent">
<div class="animation-1716868169732-1"></div>
<img
class="hacker-python-1-icon"
loading="lazy"
alt=""
src="./public/[email protected]"
/>
</div>
<div class="animation-1716828621477-1-wrapper">
<a href="main/level_1/level_2/level_3/phishing_animated_video.html">
<img
class="animation-1716828621477-1"
loading="lazy"
alt=""
src="./public/start_button.gif"
/>
</div>
</div>
<script>
window.embeddedChatbotConfig = {
chatbotId: "iHUFXP4dziHwbqdmgIfl3",
domain: "www.chatbase.co"
}
</script>
<script
src="https://www.chatbase.co/embed.min.js"
chatbotId="iHUFXP4dziHwbqdmgIfl3"
domain="www.chatbase.co"
defer>
</script>
</body>
</html>