uni

Thing1's amazing uni repo
Log | Files | Refs

commit c1f1453bfbfefac73463b55d2f4735ada42fff2f
parent 0fb0dd61b4895b02fb237ad5275923c345d49be8
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Fri,  6 Mar 2026 12:45:59 +0000

fixed all blogs

Diffstat:
MCS10120/project/blogs/2.html | 11++++++-----
MCS10120/project/blogs/3.html | 13+++++++------
2 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/CS10120/project/blogs/2.html b/CS10120/project/blogs/2.html @@ -1,15 +1,16 @@ <!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> @@ -51,9 +52,9 @@ Again cutting things short again, <small><em>maybe making more blogs is more imp <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> diff --git a/CS10120/project/blogs/3.html b/CS10120/project/blogs/3.html @@ -1,15 +1,16 @@ <!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> @@ -59,9 +60,9 @@ Here's a step by step guide that I used to become a true techno mage. <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> + </body> +</html>