We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 154ff13 + 40e1d7a commit 7a184f3Copy full SHA for 7a184f3
students/2025-11-24-shaochun/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>Document</title>
7
+</head>
8
+<body>
9
+ <h1>我是油油亮亮~</h1>
10
+ <link rel="stylesheet" href="style.css">
11
+
12
+</body>
13
+</html>
students/2025-11-24-shaochun/style.css
@@ -0,0 +1,3 @@
+h1{
+ color: orangered;
+}
0 commit comments