-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmenu.html
More file actions
24 lines (21 loc) · 765 Bytes
/
menu.html
File metadata and controls
24 lines (21 loc) · 765 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
<!DOCTYPE html>
<html>
<head><title>Menu</title></head>
<body style="background-color:transparent;">
<link rel="stylesheet" href="Adrian.css">
<div>
<dl>
<dt> <a href=".">Home</a> </dt>
<dt> <a href="about.html">About Me</a> </dt>
<dt> <a href="projects.html"> Coding Projects</a> </dt>
<dd><a href="HexSweeper.html"> HexSweeper </a></dd>
<dd><a href="Gravity Mouse/"> Gravity Mouse </a></dd>
<dd><a href="thumbscroll.html"> thumbscroll </a></dd>
<dd><a href="https://dl.dropboxusercontent.com/spa/livq9q897y2xmiv/thoughts/index.html"> Thoughts </a></dd>
<dt> <a href="projects.html">Art Projects</a>
<dd><a href="Chainmail">Chainmail Art</a> </dd>
<dd><a href="Music">Music</a> </dd>
<dt> <a href="Research/">Research</a> </dt>
</dl>
</div>
</body></html>