Skip to content
Merged
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
14 changes: 14 additions & 0 deletions students/2025-11-04-aaronhsieh/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="zh-Hant-TW">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Aaron</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<h1 class="hello">Hi, 我是 Aaron</h1>
<h2 class="yaha">呀哈!!!!</h2>
<img src="usagi.jpg" alt="Chiikawa 兔兔" />
</body>
</html>
8 changes: 8 additions & 0 deletions students/2025-11-04-aaronhsieh/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
.hello {
color: maroon;
}

.yaha {
color: bisque;
text-shadow: 2px 2px 2px gray;
}
Binary file added students/2025-11-04-aaronhsieh/usagi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.