api.violets-purgatory.dev/static/todo/index.html
2024-02-06 15:52:16 -06:00

29 lines
1,017 B
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.violets-purgatory.dev/v1/pfp" 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>Reduce bloated CSS by splitting file into multiple.</li>
</ul>
</div>
</body>
</html>