commit 23b044a

chld  ·  2026-07-31 05:02:47 +0000 UTC
parent 0b3aa9d
main revamp
2 files changed,  +17, -4
+2, -2
 1@@ -12,13 +12,13 @@ printf "<style>\n" >> $m
 2 cat style.css >> $m
 3 printf "</style>\n" >> $m
 4 
 5-printf "<body>\n<center>\n" >> $m
 6+printf "<head>\n" >> $m
 7 
 8 cat main.html >> $m
 9 
10 printf "<script>\n" >> $m
11 cat fortune.js >> $m
12-printf "</script></center><br>\n" >> $m
13+printf "</script></head><br><body>\n" >> $m
14 
15 cat $c >> $m
16 
+15, -2
 1@@ -4,5 +4,18 @@
 2 <br>
 3 <a href=PRF/index.html style="color: #aaaaaa; text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;">
 4 <h1 style="color: #aaaaaa;">chld</h1></a>
 5-<p>[ <a href=PRF/index.html>home</a> | <a href=https://codeberg.org/chld/web>src</a> | <a href=https://4plt.ch>ROOT</a> ]</p>
 6-/* <a href=PRF/findme.html>me</a> | <a href=PRF/webring.html>webring</a> | <a href=PRF/blog.html>blog</a> | <a href=PRF/sitemap.html>sitemap</a> */
 7+<nav>
 8+<ul style="  list-style: none;">
 9+<li><a href=PRF/index.html>home</a>
10+<a href=PRF/findme.html>me</a>
11+</li> 
12+<li><a href=https://codeberg.org/chld/web>src</a>
13+<a href=PRF/webring.html>webring</a>
14+</li>
15+<li><a href=https://4plt.ch>ROOT</a>
16+<a href=PRF/blog.html>blog</a>
17+</li>
18+<li><a href=PRF/sitemap.html>sitemap</a></li>
19+</ul>
20+</nav>
21+