commit b26d1fd7b7e4eace0bfc5ca196ef48aeb3551e8a
parent 3402f93e17546896e6f2af8cbd90f2ccbc00d8fb
Author: thing1 <thing1@seacrossedlovers.xyz>
Date: Wed, 4 Mar 2026 16:58:54 +0000
fixed utf8
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/CS10120/project/index.html b/CS10120/project/index.html
@@ -1,6 +1,8 @@
<!DOCTYPE html>
-<html lang="en" charset="UTF-8">
+
+<html lang="en">
<head>
+ <meta charset="UTF-8">
<title>The amazing world of Lucas Standen!</title>
<link rel="stylesheet" href="./style.css">
</head>