aboutsummaryrefslogtreecommitdiff
path: root/make_timer.html
diff options
context:
space:
mode:
authorzlg <zlg@zlg.space>2024-08-16 05:27:56 -0700
committerzlg <zlg@zlg.space>2024-08-16 05:27:56 -0700
commit47526315478b33d6505cd517984bbbe9fe530739 (patch)
tree9537eca4d6ce6cb2a802e56eb86c5d30aee3f368 /make_timer.html
parentInitial commit (diff)
downloadzsst-47526315478b33d6505cd517984bbbe9fe530739.tar.gz
zsst-47526315478b33d6505cd517984bbbe9fe530739.tar.bz2
zsst-47526315478b33d6505cd517984bbbe9fe530739.tar.xz
zsst-47526315478b33d6505cd517984bbbe9fe530739.zip
Update footer
Diffstat (limited to 'make_timer.html')
-rw-r--r--make_timer.html4
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>
t present, user modification is needed to make these seamless. vgup() may need to be axed in favor of telling the user to make an alias. 2018-03-13Make VGSTASH_DB_LOCATION point to a filezlg2-21/+20 It used to point to a directory, which would then look for .vgstash.db. This behavior was kind of backwards and I don't remember why I did it that way. This change gives users more control over where they put their DB. Be sure to update your environment variable if you have it set! 2016-11-18Remove settings from helpers.shZe Libertine Gamer1-5/+0 Sourcing them in .bash_profile screws up login if they're set. 2016-11-15Correct phrasing in README.Ze Libertine Gamer1-4/+4 2016-11-13DerpZe Libertine Gamer1-0/+1 2016-11-03Improve error handling in shell scriptsZe Libertine Gamer4-3/+23 2016-10-24Correct run_again, add recursionZe Libertine Gamer1-0/+4 Loops and functions -- oh my, what a useful combination. :) 2016-10-21Add quotes to correct behavior for arglistZe Libertine Gamer1-1/+1 2016-10-14updater.sh: add recursion, error handlingZe Libertine Gamer1-43/+101 2016-10-14Correct pipe-handling behaviorZe Libertine Gamer1-1/+9 2016-10-12Clarify a method to move between platformsZe Libertine Gamer1-2/+5 Also correct a typo.