33 lines
No EOL
1.5 KiB
HTML
33 lines
No EOL
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css"
|
|
integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" crossorigin="anonymous">
|
|
<link rel="stylesheet" href="./style.css">
|
|
|
|
<title>Violet's Purgatory</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Violet's Purgatory</h1>
|
|
|
|
<p><br>Hi! I'm Violet, a teenage web and game developer.</p>
|
|
<p>My main engine is Godot, and i'm currently bouncing between projects, but I am mainly focusing on a space
|
|
shooter and a boss rush right now.</p>
|
|
<p>If you have any issues with the site, put up an issue on <a href="https://codeberg.org/Bingus_Violet/Violets-Purgatory">codeberg!</a></p>
|
|
<!-- <hr> -->
|
|
<h1>Socials</h1>
|
|
<a class="chip" href="https://tech.lgbt/@Bingus_Violet">Fedi: <br>@Bingus_Violet@tech.lgbt</a>
|
|
<a class="chip" href="https://github.com/Violets-puragtory">Github: <br>Violets-puragtory</a>
|
|
<a class="chip" href="https://codeberg.org/Bingus_Violet">Codeberg: <br>Bingus_Violet</a>
|
|
<p class="chip">Matrix: <br>@bingus_violet:catgirl.cloud</p>
|
|
<p class="chip">Revolt: <br>BingusViolet#5573</p>
|
|
<p class="chip">Discord: <br>bingus_violet</p><br>
|
|
<p>Sorry for the small website, i just ran out of ideas and it's gone through alot of redesigning. :P</p>
|
|
</body>
|
|
|
|
</html> |