-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (23 loc) · 1.06 KB
/
index.html
File metadata and controls
23 lines (23 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ShardsHunt</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/simple-icons-font@v10/font/simple-icons.min.css">
</head>
<body>
<h1>ShardsHunt</h1>
<div class="links">
<a rel="me" href="https://mastodon.au/@shards" target="_blank"><i class="si si-mastodon"></i>Mastodon</a>
<a href="https://matrix.to/#/@shardshunt:beeper.com" target="_blank"><i class="si si-matrix"></i>Matrix</a>
<a href="https://github.com/shardshunt" target="_blank"><i class="si si-github"></i>GitHub</a>
<a href="https://community.home-assistant.io/u/shardshunt/summary" target="_blank"><i class="si si-homeassistant"></i>Home Assistant Community</a>
<a href="https://listenbrainz.org/user/shardshunt/" target="_blank"><i class="si si-musicbrainz"></i>ListenBrainz</a>
</div>
<footer>
<p>Website made by shardshunt, hosted on GitHub Pages.</p>
</footer>
</body>
</html>