1
0
Fork 0
isopod.cool/etc/todo.html
2023-01-09 14:30:45 -07:00

26 lines
750 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Changelog</title>
<link href="../style.css" rel="stylesheet" type="text/css" media="all">
<link href="../embedded.css" rel="stylesheet" type="text/css" media="all">
<style type="text/css">
ul {
margin: 0;
}
</style>
</head>
<body>
<ul>
<li>Make a cool 404 page</li> <!-- Line Item -->
<li>Add my CD collection to the music page</li>
<li>Optimize this thing for mobile displays</li>
<li>Make a page for games I like</li>
<li>Update the navigation on the landing page to a vertical layout</li>
<li>Write another blog post</li>
<li>Update privacy policy</li>
</ul>
</body>
</html>