From e4c4133c1d289435767f762b02282573ca05057c Mon Sep 17 00:00:00 2001 From: outisxxx Date: Wed, 3 Jun 2026 22:06:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E5=8A=A0=E5=85=A5Outis=E5=80=8B=E4=BA=BA?= =?UTF-8?q?=E8=BA=AB=E4=BB=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- students/2026-06-03-outis/index.html | 13 +++++++++++++ students/2026-06-03-outis/style.css | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 students/2026-06-03-outis/index.html create mode 100644 students/2026-06-03-outis/style.css diff --git a/students/2026-06-03-outis/index.html b/students/2026-06-03-outis/index.html new file mode 100644 index 0000000..f68feac --- /dev/null +++ b/students/2026-06-03-outis/index.html @@ -0,0 +1,13 @@ + + + + + + + Hey I am Outis + + +

進度超慢的學生

+

我是 Outis

+ + \ No newline at end of file diff --git a/students/2026-06-03-outis/style.css b/students/2026-06-03-outis/style.css new file mode 100644 index 0000000..03d0aca --- /dev/null +++ b/students/2026-06-03-outis/style.css @@ -0,0 +1,3 @@ +h1 { + color: blue; +}