30 lines
No EOL
1.1 KiB
HTML
30 lines
No EOL
1.1 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 class="centered">
|
|
<div id="card">
|
|
<h1><img src="https://api.lanyard.rest/534132311781015564.png" class="pfp" style="max-width: 125px;"> Violets 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 codeberg!</p>
|
|
<hr>
|
|
<div id="links">
|
|
<a href="/socials/">Socials</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
|
|
</html> |