website/git/index.html

27 lines
924 B
HTML
Raw Normal View History

2023-05-30 15:49:04 -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 Git Repos</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 href="https://sadlynotsappho.dev/socials" class="barbutton"> Socials </a>
<a class="barbutton-disabled"> Git </a>
</div>
<div class="main">
<h2>Old projects</h2>
<a class="pink" href="https://github.com/SadlyNotSappho">GitHub</a>
<h2>New Projects</h2>
<a class="pink" href="https://git.sadlynotsappho.dev/SadlyNotSappho">Self-hosted Git Server</a>
</div>
</body>
</html>