1
0
Fork 0
isopod.cool/etc/todo.html

27 lines
819 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>Add a changelog to this page by parsing the atom feed</li>
<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>