website/socials/index.html

30 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SadlyNotSappho's Socials</title>
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="top-bar">
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
<a href="https://sadlynotsappho.dev/about" class="barbutton"> About </a>
<a class="barbutton-disabled"> Socials </a>
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
</div>
<div class="main">
<h1>hi this is my socials</h1>
i'm @sadlynotsappho on youtube (although i'm not active on it), i don't have a twitter or mastodon,
you can contact me on matrix at <a class="pink">@sadlynotsappho:catgirl.cloud</a>
<br>
<br>
edit: i do have a fedi account, it's just not under the name SadlyNotSappho. if you really want to find it, it looks like it should be possible, just won't be easy :3
</div>
</body>
</html>