commit 32f88c0771e55a4326796065237d5d93bc35d782 parent b14746617e9f8a464bf21d8e328f7497f6f22c7a Author: thing1 <thing1@seacrossedlovers.xyz> Date: Fri, 6 Mar 2026 12:32:37 +0000 fixed blog Diffstat:
| M | CS10120/project/blog.html | | | 11 | ++++++----- |
1 file changed, 6 insertions(+), 5 deletions(-)
diff --git a/CS10120/project/blog.html b/CS10120/project/blog.html @@ -1,14 +1,15 @@ <!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> @@ -58,8 +59,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> +</html>