website/about/index.html

29 lines
960 B
HTML
Raw Normal View History

<!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>About SadlyNotSappho</title>
2023-05-30 14:59:54 -07:00
<link rel="stylesheet" href="/index.css">
</head>
<body>
<div class="top-bar">
<a href="https://sadlynotsappho.dev" class="barbutton"> Home </a>
2023-05-23 15:58:23 -07:00
<a class="barbutton-disabled"> About </a>
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
2023-05-30 15:49:04 -07:00
<a href="https://sadlynotsappho.dev/git" class="barbutton"> Git </a>
</div>
<div class="main">
2023-05-30 14:59:54 -07:00
<h1>hi this is about me</h1>
i have not finished this page, so in the meantime have cat
<br>
<img alt="cat" class="cat"
src="https://cdn.discordapp.com/attachments/1019352007548620942/1113225021926670367/Screenshot_20230530-145826.png" />
</div>
</body>
2023-05-30 14:59:54 -07:00
</html>