commit 0fb0dd61b4895b02fb237ad5275923c345d49be8 parent c9ed503019e5525191b8e91eddb2b46100ac8aea Author: thing1 <thing1@seacrossedlovers.xyz> Date: Fri, 6 Mar 2026 12:44:15 +0000 fixed new.sh Diffstat:
| M | CS10120/project/blogs/new.sh | | | 13 | ++++++++----- |
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/CS10120/project/blogs/new.sh b/CS10120/project/blogs/new.sh @@ -8,16 +8,17 @@ vi $tmp echo """ <!DOCTYPE html> -<html> +<html lang=en> <head> + <meta charset='UTF-8'> <title>The amazing blogs of Lucas Standen!</title> <link rel="stylesheet" href="../style.css"> </head> <body> <header> - <h1 id="title">The amazing blogs of Lucas Standen!</h1> - <h2 id="title">You've stumbled right into my rants!</h2> + <h1 class="title">The amazing blogs of Lucas Standen!</h1> + <h2 class="title">You've stumbled right into my rants!</h2> <hr> @@ -47,9 +48,11 @@ echo """ <footer> <a href="../disclaimer.html">Disclaimer</a> <a href="https://analognowhere.com/_/cohelg/">Background source</a> - <small><p id="pageLastChanged"></p></small> + <small id="pageLastChanged"></small> <script src="../scripts/lastmodified.js"></script> </footer> </body> - <html> +</html> + + """ >> $1.html