-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwatch.html
122 lines (109 loc) · 4.45 KB
/
watch.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
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!doctype html>
<html>
<style>
html {
background-color:#bc9788;
}
</style>
<head>
<title> anim3ratings </title>
<link rel="stylesheet" type="text/css" href="style.css">
<body>
<center>
<div class="banner">
<div class="menu">
<a href="homepage.html">Home</a>
<a href="login.html">Login</a>
<a href="info.html">Info</a>
<a href style="color:#e06151"Watch.html">Watch</a>
<a href="best.moments.html">Best moments</a>
</div>
</div>
<div class="header">
<h1> Anim3 ratings</h1>
</div>
</center>
<style>
img {
opacity: 0.9;
}
</style>
</style>
<body>
<div class="rightcolumn">
<div class="container2">
<img src="train2.gif" alt="picture" style="height:400px; width:100%;" >
<div class="text-block">
<center><h2>About Me</h2></center>
<p>My name is Ismail Khalil and I am a current sixth form student who thoroughly enjoys coding in my free time. This website is one of my first projects and there will be many more to come! Follow me at ish.4_ on instagram for any updates :)My name is Ismail Khalil and I am a current sixth form student who thoroughly enjoys coding in my free time. This website is one of my first projects and there will be many more to come! Follow me at ish.4_ on instagram for any updates :)</p>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/-G9BqkgZXRA" title="Naruto: The Complete Series Exclusive Special Edition - Official Trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch Naruto</h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/naruto">Click me!</a>
</li>
</div>
</div>
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/pkKu9hLT-t8" title="JUJUTSU KAISEN | OFFICIAL TRAILER" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch Jujutsu Kaisen</h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/jujutsu-kaisen-tv">Click me!</a>
</li>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/COQVRwYnmDo" title="If One Piece had a trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch One Piece </h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/one-piece">Click me!</a>
</li>
</div>
</div>
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/Poo5lqoWSGw" title="One Punch Man Official Trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch One Punch Man</h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/one-punch-man">Click me!</a>
</li>
</div>
</div>
</div>
<div class="row">
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/t6MXHczeEqc" title="Demon Slayer: Kimetsu no Yaiba | OFFICIAL TRAILER" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch Demon Slayer</h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/kimetsu-no-yaiba">Click me!</a>
</li>
</div>
</div>
<div class="column">
<div class="card">
<iframe width="500" height="255" src="https://www.youtube.com/embed/mnFXQUq-7ks" title="Bleach Dub Trailer" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h3>Watch Bleach</h3><br>
<ul class="no-bullets">
<li>
<a class="web-links" href="https://animixplay.to/v1/bleach">Click me!</a>
</li>
</div>
</div>
</div>
</body>
</html>