diff options
author | hitlerrip <git@hitler.rip> | 2025-08-04 16:49:52 +0200 |
---|---|---|
committer | hitlerrip <git@hitler.rip> | 2025-08-04 16:49:52 +0200 |
commit | 3c3e6fbb50de9ea4979e300380ef34d4905c35d8 (patch) | |
tree | 2b17cbab3a69cdea4b0bb784e5f8e87223f67834 | |
parent | 164a2ebf657ea030268d523a4acb000897fca817 (diff) | |
download | website-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.tar.gz website-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.tar.bz2 website-3c3e6fbb50de9ea4979e300380ef34d4905c35d8.zip |
center text
centers some short, hard-coded text
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |