website/socials/index.html

27 lines
885 B
HTML
Raw Normal View History

2023-05-30 15:39:58 -07:00
<!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">
2023-05-30 15:39:58 -07:00
</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 and tumblr (although i'm not active on either), i don't have a twitter or mastodon,
you can contact me on matrix at <a class="pink">@sadlynotsappho:catgirl.cloud</a>
</div>
2023-05-30 15:39:58 -07:00
</body>
2023-09-17 22:09:33 -07:00
</html>