-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAttack_on_Titan.html
42 lines (33 loc) · 1.47 KB
/
Attack_on_Titan.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
<!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>Attack on Titan</title>
</head>
<body>
<a href="index.html">Home</a>
<h2>
Why should people watch it?
</h2>
<ul>
<li>It has the one of best Story line in whole Anime verse</li>
<li>Character Developments are Insane</li>
<li>Music will blown your mind.(if you don't believe me then listen to <a href="https://youtu.be/_Drfcw8f3Bs" target="_blank">this</a> masterpiece.)</li>
<li>No filler Episodes</li>
<li>From the very first episode, you'll be drawn in by the captivating storyline, intriguing characters, and stunning visuals that are sure to keep you hooked.</li>
<li>isn't it enough?(There're millions reason why you should watch AOT, but i'm lazy to write it all.)</li>
</ul>
<h2>
Why shouldn't people watch it?
</h2>
<ul>
<li>In reality there ain't any reason. BUT</li>
<li>The story is so engaging that you'll quickly become attached to the characters. In fact, you may even shed a tear when your favorite one got hurt.</li>
<li>Honestly It is depressing... (sorry tooooo depressing but worth watching)</li>
<li>Now Just watch the show and Thank me later....</li>
</ul>
</body>
</html>