38 lines
997 B
HTML
38 lines
997 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>xynos space</title>
|
|
<meta name="description" content="Links to xynos profiles">
|
|
<style>
|
|
body {
|
|
text-align: center;
|
|
background-color: #282828;
|
|
color: #ebdbb2;
|
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
}
|
|
a:link {
|
|
color: #fbf1c7;
|
|
text-decoration: none;
|
|
}
|
|
a:visited {
|
|
color: #c5c4a1;
|
|
text-decoration: none;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>xynos space</h1>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<h3>links:</h3>
|
|
<br>
|
|
<a target="_blank" href="https://github.com/thexyno">GitHub - thexyno</a>
|
|
<br>
|
|
<br>
|
|
<a rel="me" target="_blank" href="https://matrix.to/#/@me:ragon.xyz">Matrix - @me:ragon.xyz</a>
|
|
<br>
|
|
<br>
|
|
<a rel="me" target="_blank" href="https://chaos.social/@xyno">Mastodon - @xyno@chaos.social</a>
|
|
</body>
|
|
</html>
|