-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
25 lines (25 loc) · 828 Bytes
/
hobbies.html
File metadata and controls
25 lines (25 loc) · 828 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
<html lang="en">
<head>
<title>My Hobbies</title>
<link rel="stylesheet" href="hobbies.css">
</head>
<body>
<div class="about-section">
<div class="inner-container">
<h1>Hobbies</h1>
<p class="text">
- Idk what to put here<br>
- Idk what im even doing<br>
- Kinddaa doing this last minute <br>
- Maybe I'll fix it up later!<br>
- Hope you have a great day!
</p>
<div class="directory">
<span><a href="index.html">Home Page</a></span>
<span><a href="about.html">About me</a></span>
<span class="current"><a href="hobbies.html">My Hobbies</a></span>
</div>
</div>
</div>
</body>
</html>