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 | |
parent | d1f1fc0c915b916673095be11181234e1484eb2b (diff) |
Add changelog
-rw-r--r-- | about.html | 1 | ||||
-rw-r--r-- | changelog.html | 56 | ||||
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | not_found.html | 1 |
4 files changed, 59 insertions, 0 deletions
diff --git a/about.html b/about.html index 0c837f1..389652a 100644 --- a/about.html +++ b/about.html @@ -9,6 +9,7 @@ <nav> <a href="/">Home</a> <a href="/about.html">About</a> + <a href="/changelog.html">Changelog</a> </nav> <h1> Who are you? 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> diff --git a/index.html b/index.html index 164bbc3..47b9a49 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,7 @@ <nav> <a href="/">Home</a> <a href="/about.html">About</a> + <a href="/changelog.html">Changelog</a> </nav> <h1> Hi, I'm Ashe diff --git a/not_found.html b/not_found.html index 023edeb..9a1440a 100644 --- a/not_found.html +++ b/not_found.html @@ -9,6 +9,7 @@ <nav> <a href="/">Home</a> <a href="/about.html">About</a> + <a href="/changelog.html">Changelog</a> </nav> <h1> Not Found |