forked from JonnyBanana/CSS3-DRUNK-FISH
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TheDrunkFish404Page.html
35 lines (27 loc) · 1.25 KB
/
TheDrunkFish404Page.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
<!DOCTYPE html>
<html lang="eng">
<head>
<link rel="stylesheet" type="text/css" href="css/style.css" />
</head>
<body>
<audio controls autoplay hidden>
<source src="sounds/Aquarium.mp3" type="audio/mp3" hidden="true" >
</audio>
</br></br> </br> </br>
<div class="bubbles">
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b2" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b5" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b6" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b3" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b7" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b4" />
<img src="https://s3-us-west-2.amazonaws.com/s.cdpn.io/88939/drop.png" class="bubble b8" />
</div>
<div id="emo">
<a><img src="img/oops2.png" alt=""></a>
</div>
</br></br> </br>
<h1> THIS SEA IS EMPTY... </br> IS NO FISH HERE!</h1>
</body>
</html>