19 lines
437 B
HTML
19 lines
437 B
HTML
<html>
|
|
<head>
|
|
<meta name="viewport" content="width=device-width">
|
|
<title>Future</title>
|
|
</head>
|
|
<body>
|
|
<h1> Future </h1>
|
|
<p> This page is like a changelog but in reverse, insterad of making a list of things I have changed or added, its a list of things I want to add or change about this website</p>
|
|
<ul>
|
|
<li> A blog </li>
|
|
<li> A /about </li>
|
|
<li> Some nice css </li>
|
|
<li> A /now </li>
|
|
</ul>
|
|
|
|
|
|
</body>
|
|
</html>
|