-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
33 lines (26 loc) · 1.04 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
<!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"> -->
<title>My Hobbies!</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h2>My Hobbies! </h2>
<ol>
<li>
<a href="https://www.duolingo.com/profile/Natanael_2?via=share_profile">Learning new languages</a>. Right now I am learning French and Russian!
</li>
<li>
Read about random things (such as economics, health, science, ...)
</li>
<li>Learn about coding, although I don't find it so fun yet...</li>
<li>Lately I've been watching fashion <a href="https://www.youtube.com">YouTube</a> videos (how to sew or stuff like that xd)</li>
<li>Learn about anything that captures my attention (basically researching about random topics)</li>
</ol>
<hr>
<h6><a href="index.html">Home</a></h6>
</body>
</html>