-
Notifications
You must be signed in to change notification settings - Fork 0
/
movies.html
48 lines (40 loc) · 1.55 KB
/
movies.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
<style>
</style>
<h1>My favorite movies and shows</h1>
<h2>Avengers EndGame - הנוקמים סוף המשחק</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, sapiente minus molestiae dolorem aut in explicabo eum porro perferendis! Rem fuga dolorum quasi reprehenderit magni.
</p>
<br>
<a href="https://www.youtube.com/watch?v=TcMBFSGVi1c&ab_channel=MarvelEntertainment">
<img src="./הנוקמים.webp">
<style>
img{
width: 300;
}
</style>
</a>
<h2>How to train your dragon - הדרקון הראשון שלי</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, sapiente minus molestiae dolorem aut in explicabo eum porro perferendis! Rem fuga dolorum quasi reprehenderit magni.
</p>
<br>
<a href="https://www.youtube.com/watch?v=oKiYuIsPxYk&ab_channel=hollywoodstreams">
<img src="https://upload.wikimedia.org/wikipedia/en/9/99/How_to_Train_Your_Dragon_Poster.jpg">
<style>
img{
width: 300;
}
</style>
</a>
<h2>Galdiator - גלדיאטור</h2>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Voluptas, sapiente minus molestiae dolorem aut in explicabo eum porro perferendis! Rem fuga dolorum quasi reprehenderit magni.
</p>
<br>
<a href="https://www.youtube.com/watch?v=owK1qxDselE&ab_channel=nathansmoviereviews">
<img src="https://m.media-amazon.com/images/I/51fQWOTDz9L._AC_SY580_.jpg">
<style>
img{
width: 300;
}
</style>
</a>
<h2><a href="./index.html">Back to the front page</a></h2>