diff options
-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> |