Skip to content

Commit 94b401b

Browse files
committed
feat: 加入forster個人身份
1 parent fc127f7 commit 94b401b

2 files changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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>Lin Chingju's Page</title>
7+
<link rel="stylesheet" href="style.css">
8+
9+
</head>
10+
<body>
11+
<h1>大家好,我是慶儒(Forster)</h1>
12+
<p>這是我的自我介紹頁面:<br><br>我喜歡有關貓的圖案。</p>
13+
</body>
14+
</html>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
h1{
2+
color: blue;
3+
}
4+
p{
5+
font-size: 20px;
6+
line-height: 1.5;
7+
color: brown;
8+
}

0 commit comments

Comments
 (0)