nyxsite/site/todo.html

30 lines
584 B
HTML
Raw Normal View History

<!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>
<li>
switch this site to a flask app
</li>
</ul>
</p>
</body>