To-do page!

This commit is contained in:
bingus_violet 2023-12-22 16:34:44 +00:00
parent f34f5900a8
commit 39ebeb0d4d
4 changed files with 47 additions and 27 deletions

35
static/todo/index.html Normal file
View file

@ -0,0 +1,35 @@
<!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>