Skip to content

Commit 154ff13

Browse files
authored
Merge pull request #352 from TerryTsai1211/main
feat: 加入 pilipala 自我介紹
2 parents 448b10d + 2bac5a9 commit 154ff13

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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>
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
h1{
2+
color: blue;
3+
}

0 commit comments

Comments
 (0)