Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions students/2026-04-03-lucy/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>自我介紹</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1>大家好~ 我是Lucy~</h1>
</body>
</html>
3 changes: 3 additions & 0 deletions students/2026-04-03-lucy/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
h1{
color: pink;
}
Loading