-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfish.html
53 lines (43 loc) · 2.22 KB
/
fish.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>fish?</title>
<style>
h2 {
font-family: "Comic Sans MS", cursive;
animation: colorChange 1s infinite alternate;
}
@keyframes colorChange {
0% {
color: black;
}
100% {
color: yellow;
}
}
</style>
</head>
<body>
<h2>fish doorbell</h2>
<iframe src="https://visdeurbel.nl/en/the-fish-doorbell/" width="800" height="600" frameborder="0"></iframe>
<h2>fis.sh</h2>
<iframe src="https://fis.sh/" width="800" height="600" frameborder="0"></iframe>
<h2>T🐝D</h2>
<iframe src="https://ucsd-cse125-sp24.github.io/group1/" width="800" height="600" frameborder="0"></iframe>
<h2>fishial</h2>
<iframe src="https://www.fishial.ai/" width="800" height="600" frameborder="0"></iframe>
<p style="display: hidden">xss vulnerability</p>
<h2>fish teabags</h2>
<blockquote class="twitter-tweet"><p lang="en" dir="ltr">brewing these ocean creatures tea bags might fix it all <a href="https://t.co/J6PsRmSgG9">pic.twitter.com/J6PsRmSgG9</a></p>— N (@dearvotion) <a href="https://twitter.com/dearvotion/status/1782464544444645522?ref_src=twsrc%5Etfw">April 22, 2024</a></blockquote> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
<iframe src="https://www.coolmathgames.com/0-tiny-fishing/play" width="800" height="600" frameborder="0"></iframe>
<h1>this is a nromal fish</h1>
<img src="./images/normal fish.png"></img>
<img src="./images/regular fish.png"></img>
<h2>fish slide</h2>
<iframe width="601" height="327" src="https://www.youtube.com/embed/SzBkgUl55Ho" title="fish sliding to free bird" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h2>fishy kitty 😺🐠</h2>
<iframe src="https://www.youtube.com/embed/0Bmhjf0rKe8" width="800" height="600" frameborder="0"></iframe>
</body>
</html>