From 4b90a28da0dfcb7761df7d5f17567b7c040d1d31 Mon Sep 17 00:00:00 2001 From: honidan Date: Wed, 3 Dec 2025 11:59:55 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=8A=A0=E5=85=A5honidan=E5=80=8B?= =?UTF-8?q?=E4=BA=BA=E8=BA=AB=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2025-12-03-honidan/index.html | 13 +++++++++++++ students/2025-12-03-honidan/style.css | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 students/2025-12-03-honidan/index.html create mode 100644 students/2025-12-03-honidan/style.css diff --git a/students/2025-12-03-honidan/index.html b/students/2025-12-03-honidan/index.html new file mode 100644 index 0000000..c185868 --- /dev/null +++ b/students/2025-12-03-honidan/index.html @@ -0,0 +1,13 @@ + + + + + + + Document + + + +

Hello 我是honidan.

+ + \ No newline at end of file diff --git a/students/2025-12-03-honidan/style.css b/students/2025-12-03-honidan/style.css new file mode 100644 index 0000000..ebf7609 --- /dev/null +++ b/students/2025-12-03-honidan/style.css @@ -0,0 +1,3 @@ +h1{ + color:olive; +} \ No newline at end of file