diff options
author | Tempest <pawnstar4@gmail.com> | 2022-06-07 20:26:58 -0600 |
---|---|---|
committer | Tempest <pawnstar4@gmail.com> | 2022-06-07 20:26:58 -0600 |
commit | 352c2813cb1ed0845c5c0b4e3da93e3f4a882c31 (patch) | |
tree | 834a7aa576d14c53dccf659b6753989d764fb65f /changelog.html | |
parent | d1f1fc0c915b916673095be11181234e1484eb2b (diff) |
Add changelog
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> |