diff options
author | zlg <zlg@zlg.space> | 2024-08-16 05:27:56 -0700 |
---|---|---|
committer | zlg <zlg@zlg.space> | 2024-08-16 05:27:56 -0700 |
commit | 47526315478b33d6505cd517984bbbe9fe530739 (patch) | |
tree | 9537eca4d6ce6cb2a802e56eb86c5d30aee3f368 /make_timer.html | |
parent | Initial commit (diff) | |
download | zsst-47526315478b33d6505cd517984bbbe9fe530739.tar.gz zsst-47526315478b33d6505cd517984bbbe9fe530739.tar.bz2 zsst-47526315478b33d6505cd517984bbbe9fe530739.tar.xz zsst-47526315478b33d6505cd517984bbbe9fe530739.zip |
Update footer
Diffstat (limited to '')
-rw-r--r-- | make_timer.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/make_timer.html b/make_timer.html index 10a2da4..d625767 100644 --- a/make_timer.html +++ b/make_timer.html @@ -4,7 +4,7 @@ <title>ZLG's Simple Stream Timer</title> <link rel="stylesheet" type="text/css" href="./timer.css"> </head> - <body> + <body id="make_timer"> <header> <h1>ZSST</h1> <p>ZLG's Simple Stream Timer</p> @@ -41,7 +41,7 @@ </article> </section> <footer> - <p>ZSST is written by <a href="https://zlg.space" title="Digital independence advocate and toolmaker.">ZLG</a></p> + <p><a href="https://git.zlg.space/zsst"><abbr title="ZLG's Simple Stream Timer">ZSST</abbr></a> is written by <a href="https://zlg.space" title="Digital independence advocate and toolmaker.">ZLG</a></p> </footer> </body> </html> |