We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f952496 + 94b401b commit e95d9a0Copy full SHA for e95d9a0
2 files changed
students/2025-12-07-linchingju/index.html
@@ -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>
students/2025-12-07-linchingju/style.css
@@ -0,0 +1,8 @@
+h1{
+ color: blue;
+}
+p{
+ font-size: 20px;
+ line-height: 1.5;
+ color: brown;
0 commit comments