add /socials
This commit is contained in:
parent
58d4f49363
commit
12e03bc304
|
@ -0,0 +1,31 @@
|
||||||
|
<!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://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a>
|
||||||
|
</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>
|
Loading…
Reference in New Issue