-
Notifications
You must be signed in to change notification settings - Fork 0
/
hobbies.html
24 lines (22 loc) · 932 Bytes
/
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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>My Hobbies</title>
</head>
<body>
<p>
<a href="file:///C:/Users/troy/Desktop/learnHTML/angelawebdev/html_personal_site/index2.html">back to home</a>
</p>
<h3>My Hobbies</h3>
<ol type='I'>
<li><a href="https://en.wikipedia.org/wiki/Drone_racing">FPV Drones</a>,,,I should add a link to my flying video later</li>
<li>Learn-to-code courses</li>
<li>window-shopping for <a href="https://www.amazon.com/Notebooks-Laptop-Computers/b?ie=UTF8&node=565108">"robot wives"</a> (computers that are better than mine)<ul type='square'>
<li>yes I mean ordinary computers, with keyboards and screens</li>
<li>yes, drones count as robot wives also</li>
<li>actually robot wives aren't even a new invention</li>
</ul></li>
</ol>
</body>
</html>