-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathNaruto.html
50 lines (50 loc) · 1.66 KB
/
Naruto.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Naruto</title>
</head>
<body>
<a href="index.html">Home</a>
<h2>
Why should people watch it?
</h2>
<ul>
<li>
One of the best shounen anime.
</li>
<li>
Has amazing characters with really amazing backstories.
</li>
<li>
Has one of the finest plot twists. <a href="https://twitter.com/_heismanish">Manish</a>
</li>
<li>
Full of emotions, actions and will not let you get bored.
</li>
<li>
Naruto is a very inspiring anime series and will always have a special place in your heart.
</li>
<li>
Every episode keep getting more and more exciting and thrilled. <a href="https://twitter.com/ZareenFatima01">Zareen</a>
</li>
</ul>
<h2>
Why shouldn't people watch it?
</h2>
<ul>
<li>
If you are into shounen or anime then maybe you should not watch it. <a href="https://twitter.com/_heismanish">Manish</a>
</li>
<li>
If you don't like watching really long series then it's not for you.
</li>
<li>
If you don't like watching a series which has so many filler episode then you should not watch it. <a href="https://twitter.com/ZareenFatima01">Zareen</a>
</li>
</ul>
</body>
</html>