-
Notifications
You must be signed in to change notification settings - Fork 0
/
social.html
20 lines (17 loc) · 888 Bytes
/
social.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<meta name="author" content="Einhornyordle">
<meta name="description" content="My social media channels and similar sites">
<meta name="keywords" content="Einhornyordle, Crystal, TheCrystal, Socials, Social, Media, Contact, Message, Discord, Guilded, Server, Mastodon, Steam, MyAnimeList, Github, Source">
</head>
<body>
<a href="https://mastodon.online/@Einhornyordle" target="_blank">Mastodon</a><br>
<a href="https://steamcommunity.com/id/Einhornyordle/" target="_blank">Steam</a><br>
<a href="https://myanimelist.net/profile/Einhornyordle" target="_blank">MyAnimeList</a><br>
<a href="https://github.com/Einhornyordle/" target="_blank">Github</a><br>
</body>
</html>