website/socials/index.html

31 lines
1.1 KiB
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">
</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>
2023-05-30 15:49:04 -07:00
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
2023-05-30 15:39:58 -07:00
</div>
<div class="main">
<h1>hi this is my socials</h1>
i'm @sadlynotsappho on tumblr and youtube, i don't have a twitter or mastodon, you can contact me on matrix at <a class="pink">@sadlynotsappho:catvibers.me</a>
<br>
have another cat because i'm nice :)
<br>
<img alt="cat" class="cat"
src="https://cdn.discordapp.com/attachments/1019352007548620942/1113235046594265118/Screenshot_20230530-153804.png" />
</div>
</body>
</html>