2023-05-19 13:07:11 -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>About SadlyNotSappho</title>
|
|
|
|
<link rel="stylesheet" href="assets/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>
|
2023-05-19 13:07:11 -07:00
|
|
|
<a href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
|
|
|
|
<a href="https://git.sadlynotsappho.dev/SadlyNotSappho" class="barbutton"> Git </a>
|
|
|
|
</div>
|
|
|
|
<div class="main">
|
2023-05-23 15:58:23 -07:00
|
|
|
|
2023-05-19 13:07:11 -07:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|