delete to do page

This commit is contained in:
Nyx 2025-04-05 23:39:20 -05:00
parent eec7243239
commit 15e1961b1d

View file

@ -1,26 +0,0 @@
<!DOCTYPE html>
<head>
<title>
Nyx's personal site
</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="assets/index.css" rel="stylesheet" type="text/css">
</head>
<body>
<a href="/">go back home</a>
<h1>
to-do
</h1>
<p>
<ul>
<li>
host more stuff
</li>
<li>
look into more optimizations
</li>
</ul>
</p>
</body>