We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ab57483 + 2d7326b commit f6bd499Copy full SHA for f6bd499
students/2025-11-04-linyiting/index.html
@@ -0,0 +1,15 @@
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
+<link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+ <h1>Hello</h1>
11
+ <h1>I am Yiting</h1>
12
+<p>目前是軟體業BA,覺得VibeCoding 很有趣!</p>
13
+ <img src="kitty.png">
14
+</body>
15
+</html>
students/2025-11-04-linyiting/kitty.png
25.2 KB
students/2025-11-04-linyiting/style.css
@@ -0,0 +1,3 @@
+h1{
+ color:blueviolet;
+}
0 commit comments