This commit is contained in:
Miloslav Ciz 2022-09-03 16:42:40 +02:00
parent f073f565fb
commit 532f5c5a20
3 changed files with 10 additions and 2 deletions

View file

@ -5,7 +5,7 @@ echo "making single HTML"
DATE=`date +"%D"`
echo "<html><head><link rel=\"stylesheet\" href=\"style.css\"><title>LRS Wiki</title></head><body><h1>less_retarded_wiki</h1><p><a href=\"https://codeberg.org/drummyfish/less_retarded_wiki\">source</a>, generated on $DATE, available under <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0</a> (public domain) </p><hr />" > lrs_wiki.html
echo "<html><head><link rel=\"stylesheet\" href=\"style.css\"><title>LRS Wiki</title></head><body><h1>less_retarded_wiki</h1><p>by drummyfish, generated on $DATE, available under <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0 1.0</a> (public domain) </p><hr />" > lrs_wiki.html
echo "$HEADER <ul>" > html/$FILELIST