Violets-Purgatory/static/todo/index.html
2024-01-03 22:26:06 -06:00

33 lines
1.2 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="../style.css">
<meta content="Games - Violet's Purgatory" property="og:title" />
<meta content="Check out information about the games I develop- and even play them in the web!" />
<meta content="https://api.lanyard.rest/534132311781015564.png" property="og:image" />
<meta content="#a200ff" data-react-helmet="true" name="theme-color" />
<title>Todo - Violet's Purgatory</title>
</head>
<body>
<h1>To-do</h1>
<div class="fadediv">
<p>Not only does this page list things that are currently being worked on, but also links to those things. Keep in mind that most of these, though, might not even have development started on them, so please be patient</p>
<h2>To-do:</h2>
<ul>
<li><a href="https://codeberg.org/Bingus_Violet/Violets-Limbo">Blog Page</a> (Current Priority)</li>
<li>Projects Page</li>
<li>Mastodon Server</li>
<li>Matrix Server</li>
<li>IRC Server???????</li>
</ul>
</div>
</body>
</html>