Violets-Purgatory/static/todo/index.html

35 lines
1.3 KiB
HTML
Raw Normal View History

2023-12-22 10:34:44 -06:00
<!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><a href="../portfolio">Portfolio Page</a></li>
<li><a href="../games">Game Page</a></li>
<li><a href="../art">Art Page</a></li>
<li>Mastodon Server</li>
<li>Matrix Server</li>
<li>IRC Server???????</li>
</ul>
</div>
</body>
</html>