uni

Thing1's amazing uni repo
Log | Files | Refs

commit 858e5ff67a09fb41a0fcac8278d3497afc13ae04
parent 0409436ea4fa61f9ddf7d98ee37b0331fd1e59d9
Author: thing1 <thing1@seacrossedlovers.xyz>
Date:   Fri,  6 Mar 2026 12:34:46 +0000

added charset

Diffstat:
MCS10120/project/cv.html | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CS10120/project/cv.html b/CS10120/project/cv.html @@ -1,7 +1,7 @@ <!DOCTYPE html> <html> <head> - <meta charset="UTF8"> + <meta charset="UTF-8"> <title>CV</title> <link rel="stylesheet" href="./cvstyle.css"> </head>