-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
28 lines (25 loc) · 1.02 KB
/
hobbies.html
File metadata and controls
28 lines (25 loc) · 1.02 KB
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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>My hobbies</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<h3>Hobbies</h3>
<ol>
<li><a href="https://www.reddit.com/r/motorcycles/">Motorcycles</a></li>
<li>Video games</li>
<li><a href="https://forums.x-plane.org/index.php?/profile/758739-northesk/">Flight simulators</a></li>
<li><a href="https://videocardz.com/">PC hardware rumours</a></li>
</ol>
<hr>
<h3>Flight simulator stuff</h3>
<p>I love flight simulation if you haven't noticed already and have made some stuff for XPlane 11.</p>
<p><a href="https://drive.google.com/drive/folders/1cv3_Gy2pSt01NZ2jSxHyVkwei_aXLztU?usp=sharing">I got a link to my Google Drive here</a> and you can see what liveries I made.</p>
<hr>
<h3>Here is a picture of my motorcycle.</h3>
<img src="images/IMG_2489.JPG" width="320" height="240"alt="My bike">
</body>
</html>