-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 873 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<html>
<head>
<meta charset="UTF-8"/>
<title>treedub.org</title>
<link rel="stylesheet" type="text/css" href="style.css"/>
</head>
<body>
<h1>hi!</h1>
<p>
i’m <b>chris willmore</b> aka <b>treedub</b><br/>
i like to <a href="https://www.mixcloud.com/treedub/">play music</a><br/>
please enjoy my refreshingly minimal web page
</p>
<ul>
<li><a href="https://bsky.app/profile/cwillmore.bsky.social">bluesky</a></li>
<li><a rel="me" href="https://mastodon.xyz/@cwillmore">mastodon</a></li>
<li><a href="https://www.mixcloud.com/cwillmore/">mixcloud</a></li>
<li><a href="https://soundcloud.com/treedub">soundcloud</a></li>
<li><a href="mailto:[email protected]">email</a></li>
</ul>
</body>
</html>