-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdoreamonmedia.html
More file actions
79 lines (63 loc) · 3.11 KB
/
doreamonmedia.html
File metadata and controls
79 lines (63 loc) · 3.11 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html>
<head>
<title>Doreamon Fact Page</title>
</head>
<center>
<body style="background-color: antiquewhite;">
<h1>Doreamon Media</h1>
<p>This page has Doreamon media.</p>
<hr>
<h2>1. Doreamon Useful Info</h2>
<p>
<a href="https://en.wikipedia.org/wiki/Doraemon_(character)" target="_blank">Click Here to Learn more about Doreamon</a>
</p>
<p>Here is a picture of Doreamon. If you click it, you will be redirected to a Doreamon Gadgets page.</p>
<a href="https://doraemon.fandom.com/wiki/Category:Gadgets" target="_blank">
<img src="images/doreamon.png" width="250" alt="Doreamon photo">
</a>
<p><a href="#characters">Go to Character Media</a></p>
<hr>
<h2 id="characters">All Doreamon characters</h2>
<h3>Main Characters Images</h3>
<ul>
<li><img src="images/doreamon.png" width="150" alt="Doreamon photo">Doreamon</li>
<li><img src="images/NobitaNobi.png" width="150" alt="Doreamon photo">Nobita</li>
<li><img src="images/shuzika.png" width="150" alt="Doreamon photo">Shuzuka</li>
<li><img src="images/Gian.png" width="150" alt="Doreamon photo">Gian</li>
<li><img src="images/Suneo_Honekawa.png" width="150" alt="Doreamon photo">Suneo</li>
<li><img src="images/is-mini-doras-technically-children-of-doreamon-v0-hbor52zvr43f1.webp" width="150" alt="Doreamon photo">Mini Doreamon</li>
</ul>
<h3>Top 5 Doreamon Gadgets Images</h3>
<ol>
<li><img src="images/anywhere-door-is-basically-time-travel-v0-cdsworgn21le1.webp" width="150" alt="Doreamon photo">Anywhere door</li>
<li><img src="images/images.jpg" width="150" alt="Doreamon photo">Time Machine</li>
<li><img src="images/bamboocopter.jpg" width="150" alt="Doreamon photo">Bamboo Copter</li>
<li><img src="images/bg,f8f8f8-flat,750x,075,f-pad,750x1000,f8f8f8.jpg" width="150" alt="Doreamon photo">Memory Bread</li>
<li><img src="images/Small_Light.webp" width="150" alt="Doreamon photo">Shrink Ray</li>
</ol>
<h1>Doreamon Theme Song (Audio)</h1>
<p>Click Play to Listen</p>
<audio controls>
<source src="video/doremon.mp3" type="audio/mp3">
Your web browser does not support audio. Check if your brower is out-of date and update it to resolve this issue.
</audio>
<hr>
<h2>Doreamon Funny GIFs</h2>
<img src="video/a-few-doraemon-gifs-v0-ni3dgohv0jve1.gif" alt="Funny GIF">
<img src="video/b3gc2qlv0jve1.gif" alt="Funny GIF">
<img src="video/DOREAMON.gif" alt="Funny GIF">
<img src="video/mjkpo8dv0jve1.gif" alt="Funny GIF">
<h2>Doreamon Season 2 tralier</h2>
<video width="500" controls>
<source src="video/videoplayback.mp4" type="video/mp4">
</video>
<hr>
<h1>Watch an Full Doreamon Episode</h1>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2UWA1b9yIj0?si=k39sdaGRiAIZlOu7" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
<h3>cODED BY nAItik Nanda.</h3>
</body>
</html>
</body>
</html>
</center>