aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhitlerrip <git@hitler.rip>2025-08-04 16:49:52 +0200
committerhitlerrip <git@hitler.rip>2025-08-04 16:49:52 +0200
commit3c3e6fbb50de9ea4979e300380ef34d4905c35d8 (patch)
tree2b17cbab3a69cdea4b0bb784e5f8e87223f67834
parent164a2ebf657ea030268d523a4acb000897fca817 (diff)
downloadwebsite-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.tar.gz
website-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.tar.bz2
website-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.zip
center text
centers some short, hard-coded text
-rwxr-xr-xbuild.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sh b/build.sh
index 39840de..155ce94 100755
--- a/build.sh
+++ b/build.sh
@@ -248,7 +248,7 @@ echo "[build] creating links..."
tee ./tmp/temp-content-links-site.html > /dev/null << EOF
<h1>Links</h1>
- <p>Dynamic Link generation is currently not possible.</p>
+ <span>Dynamic Link generation is currently not possible.</span>
EOF
cat ./con/header.html \
./tmp/temp-content-links-site.html \
@@ -274,7 +274,7 @@ for i in *.meta; do
<meta http-equiv="refresh" content="0; url=$content">
</head>
<body>
- <p><a href="$content">redirect...</a></p>
+ <span><a href="$content">redirect...</a></span>
</body>
</html>
EOF