commit e18ec94aaf03aa7f3bd56b66231a8162c4f34159 parent fbf7744c2e40d743cef0ad49b216035a6aceee8e Author: thing1 <thing1@seacrossedlovers.xyz> Date: Fri, 6 Mar 2026 12:40:12 +0000 fixed blog Diffstat:
| M | CS10120/project/blogs/1.html | | | 13 | ++++++------- |
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/CS10120/project/blogs/1.html b/CS10120/project/blogs/1.html @@ -1,6 +1,6 @@ <!DOCTYPE html> -<html> +<html lang="en"> <head> <title>The amazing blogs of Lucas Standen!</title> <link rel=stylesheet href=../style.css> @@ -8,8 +8,8 @@ <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> @@ -42,9 +42,8 @@ <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>