diff options
Diffstat (limited to 'changelog.html')
-rw-r--r-- | changelog.html | 56 |
1 files changed, 56 insertions, 0 deletions
diff --git a/changelog.html b/changelog.html new file mode 100644 index 0000000..0e91570 --- /dev/null +++ b/changelog.html @@ -0,0 +1,56 @@ +<!DOCTYPE html> +<html> + <head> + <title>Changelog</title> + <link rel="stylesheet" href="/resources/style.css"/> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + <body> + <nav> + <a href="/">Home</a> + <a href="/about.html">About</a> + <a href="/changelog.html">Changelog</a> + </nav> + <h1> + Changelog + </h1> + + <p> + Making notes about changes to the site as I go along + </p> + + <p> + If you'd like a more detailed list of changes (including code diffs), + you can find the repository for this site on + <a href="https://gitlab.com/tempest_dawn/neocities-site" + target="_blank">Gitlab</a> + </p> + + <hr/> + + <h3>June 7th, 2022</h3> + + <p> + Moved to <a href="/">tempest.dev</a> to replace my dev blog, removed + dev blog link + </p> + + <hr/> + + <h3>June 2nd, 2022</h3> + + <p> + Added about page + navigation + </p> + + <hr/> + + <h3>June 1st, 2022</h3> + + <p> + Created site on Neocities + </p> + + <hr/> + </body> +</html> |