Skip to content

Commit 99a220a

Browse files
authored
Merge pull request #15 from RSu919/main
feat:加入個人身分
2 parents 04eafd1 + 7c3a748 commit 99a220a

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!DOCTYPE html>
2+
<html lang="zh-Hant">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta
6+
name="viewport"
7+
content="width=device-width, initial-scale=1.0"
8+
/>
9+
<title>Document</title>
10+
<link rel="stylesheet" href="style.css" />
11+
</head>
12+
<body>
13+
<h1>hi 我是 rita〜</h1>
14+
</body>
15+
</html>

students/2025-11-03-rita/style.css

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)