-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
56 lines (41 loc) · 1.58 KB
/
index.html
File metadata and controls
56 lines (41 loc) · 1.58 KB
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
<!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">
<link rel="icon" type="image/x-icon" href="./Photos/fish7.png">
<link rel="stylesheet" href="frame.css">
<title>Aquarium</title>
</head>
<body>
<div class="div">
<div class="loop">
<div class="start-look"></div>
<button>
<p> Start</p>
</button>
<img class="fish1" src="./Photos/fish1.png" alt="fish">
<img class="fish2" src="./Photos/fish2.png" alt="fish">
<img class="fish3" src="./Photos/fish3.png" alt="fish">
<img class="fish4" src="./Photos/fish4.png" alt="fish">
<img class="fish5" src="./Photos/fish5.webp" alt="fish">
<img class="fish6" src="./Photos/fish6.webp" alt="fish">
<img class="fish7" src="./Photos/fish7.png" alt="fish">
<div class="bubble"></div>
<div class="bubble1a"></div>
<div class="bubble1b"></div>
<div class="bubble bubble2"></div>
<div class="bubble bubble2a"></div>
<div class="bubble bubble2b"></div>
<div class="bubble bubble3"></div>
<div class="bubble bubble3a"></div>
<div class="bubble bubble3b"></div>
</div>
</div>
<audio id="player" loop>
<source src="./Sound/sound.mp3" type="audio/mpeg">
</audio>
<script src="fishes.js" defer></script>
</body>
</html>