We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 448b10d + 2bac5a9 commit 154ff13Copy full SHA for 154ff13
students/2025-11-12-pilipala/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>主線任務 1 - 提交自己人生中,第一個 Git 版本程式碼審核吧!</title>
7
+ <link rel="stylesheet" href="style.css">
8
+</head>
9
+<body>
10
+ <h1>主線任務 1 - 提交自己人生中,第一個 Git 版本程式碼審核吧!</h1>
11
+ <p>這是我人生中的第一個 Git 版本程式碼審核!很高興能參加這次的 Vibecoding Camp,希望能學到很多東西!</p>
12
+</body>
13
+</html>
students/2025-11-12-pilipala/style.css
@@ -0,0 +1,3 @@
+h1{
+ color: blue;
+}
0 commit comments