We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df4d73 + 42aee9d commit fe029b8Copy full SHA for fe029b8
2 files changed
students/2025-11-29-waltho1123/index.html
@@ -0,0 +1,13 @@
1
+<!DOCTYPE html>
2
+<html lang="en">
3
+<head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>Walt — waltho1123</title>
7
+ <meta name="author" content="waltho1123">
8
+ <link rel="stylesheet" href="style.css">
9
+</head>
10
+<body>
11
+ <h1>Hi, I'm Walt</h1>
12
+</body>
13
+</html>
students/2025-11-29-waltho1123/style.css
@@ -0,0 +1,3 @@
+h1{
+ color:blue;
+}
0 commit comments