-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
40 lines (40 loc) · 1.08 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
<!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>
<h3>My Hobbies</h3>
<ol>
<li>
<a
href="https://www.youtube.com/watch?v=I9ceqw5Ny-4&list=PLSzsOkUDsvdtl3Pw48-R8lcK2oYkk40cm"
>Flutter App Development</a
>
</li>
<li>Shopify</li>
<li>Frontend</li>
<li>Web</li>
<li>
<a href="https://www.youtube.com/watch?v=tClRHOnHveY"
>How to make an app</a
>
</li>
<li>
<a href="https://www.youtube.com/channel/UCVD5Vh9LhLBxp3o1vRNyf_w"
>App Brewery Channel</a
>
</li>
<li>
<a
href="https://www.youtube.com/watch?v=5SXK__rm6DM&list=PLSzsOkUDsvds51lVJYzKWhqr4Ie6UHLx7"
>Web Development</a
>
</li>
</ol>
</body>
</html>