-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhobbies.html
50 lines (47 loc) · 1.16 KB
/
hobbies.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" dir="ltr">
<head>
<meta charset="utf-8">
<title>HOBBIES</title>
</head>
<body>
<h1>HOBBIES</h1>
<ol>
<li>
<h3>Playing Games</h3>
</li>
<ol type="a">
<li><a href="https://store.steampowered.com/app/730/CounterStrike_Global_Offensive/">Counter Strike : Global Offensive</a></li>
<li><a href="https://store.steampowered.com/app/578080/PLAYERUNKNOWNS_BATTLEGROUNDS/">PUBG</a></li>
<li><a href="https://www.callofduty.com/">Call Of Duty</a></li>
<li><a href="https://www.origin.com/ind/en-us/store/fifa/fifa-20">FIFA</a></li>
<li><a href="https://www.ea.com/games/apex-legends">Apex Legends</a></li>
</ol>
<li>
<h3>Reading</h3>
</li>
<ul>
<li>Quora</li>
<li>Novels</li>
<li>Manga</li>
</ul>
<li>
<h3>Watching</h3>
</li>
<ul>
<li>Anime</li>
<li>Web Series</li>
<li>Movies</li>
</ul>
<li>
<h3>Audio Mixing, Sound Engineering</h3>
</li>
<li>
<h3>Video Editing</h3>
</li>
<li>
<h3>Photography</h3>
</li>
</ol>
</body>
</html>