diff --git a/src/pages/html/0-introduction.mdx b/src/pages/html/0-introduction.mdx
deleted file mode 100644
index 905503c..0000000
--- a/src/pages/html/0-introduction.mdx
+++ /dev/null
@@ -1,18 +0,0 @@
----
-layout: "@/layouts/MarkdownLayout.astro"
----
-
-import "github-markdown-css";
-import Toc from "../../components/Toc.astro";
-
-export const title = "HTMLってなに?";
-
-# {title}
-
-HTML (HyperText Markup Language) は、ウェブページを作成するための標準的なマークアップ言語です。
-あなたが普段インターネットで閲覧している全てが、HTMLで構築されていると言っても過言ではありません。
-
-これから、このHTMLの基本的な構造や要素について学んでいきましょう。
-
-```html file=src/playground/dummy.html
-```
diff --git a/src/pages/html/00-introduction.mdx b/src/pages/html/00-introduction.mdx
new file mode 100644
index 0000000..905503c
--- /dev/null
+++ b/src/pages/html/00-introduction.mdx
@@ -0,0 +1,18 @@
+---
+layout: "@/layouts/MarkdownLayout.astro"
+---
+
+import "github-markdown-css";
+import Toc from "../../components/Toc.astro";
+
+export const title = "HTMLってなに?";
+
+# {title}
+
+HTML (HyperText Markup Language) は、ウェブページを作成するための標準的なマークアップ言語です。
+あなたが普段インターネットで閲覧している全てが、HTMLで構築されていると言っても過言ではありません。
+
+これから、このHTMLの基本的な構造や要素について学んでいきましょう。
+
+```html file=src/playground/dummy.html
+```