-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhobbies.html
More file actions
27 lines (25 loc) · 905 Bytes
/
Copy pathhobbies.html
File metadata and controls
27 lines (25 loc) · 905 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
26
27
<!DOCTYPE html>
<html>
<head>
<title>Weird's hobbies</title>
<link rel = "stylesheet" href = "stylish.css">
</head>
<body>
<h1>Hobbies</h1>
<hr>
<div class="topnav" style="top;">
<a href="index.html">Home</a>
<a href = "resume.html">Resume</a>
<a href = "apps.html">Apps</a>
<a class="active" href = "#hobbies">Hobbies</a>
</div>
<h2><i>Fantasy Games</i></h2>
<div align="center">
<h3 id="theSpecial">D&D</h3>
<p><b>It's Dn'D Beyond!</b></p>
<img src = "https://www.dndbeyond.com/avatars/10434/616/637248096401764265.jpeg" width="180px">
<h3>The Legend of Zelda</h3>
<img src ="https://static.wikia.nocookie.net/characterprofile/images/e/e6/Zelda_25_Anniversary.jpg/"width=280>
</div>
</body>
</html>