-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
29 lines (25 loc) · 743 Bytes
/
hobbies.html
File metadata and controls
29 lines (25 loc) · 743 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>😎 My Hobbies</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h3>My Hobbies</h3>
<ol>
<li>Swimming</li>
<li>Traveling:
<ul>
<li>Nigeria</li>
<li>Ghana</li>
<li>Netherlands</li>
</ul>
</li>
<li>Gaming</li>
<li>Ariel photography: <i>click <a
href="https://scontent-amt2-1.xx.fbcdn.net/v/t1.6435-9/180403676_1626272640906863_5690176121835759893_n.jpg?_nc_cat=102&ccb=1-3&_nc_sid=8bfeb9&_nc_ohc=2BSNoy5p0CAAX8yK8N3&_nc_ht=scontent-amt2-1.xx&oh=874f424ad85632a568544ff9d05e0a97&oe=60E04BEE">here</a>
to see a cool ariel photograph of me!</i> 😁</li>
</ol>
</body>
</html>