diff --git a/docs/1-trial-session/02-html/index.mdx b/docs/1-trial-session/02-html/index.mdx
index f7fa54d7c..7ae880032 100644
--- a/docs/1-trial-session/02-html/index.mdx
+++ b/docs/1-trial-session/02-html/index.mdx
@@ -6,6 +6,8 @@ import createFileVideo from "./create-file.mp4";
import openInBrowserVideo from "./open-in-browser.mp4";
import showFileExtensionsVideo from "./show-file-extensions.mp4";
import reloadBrowserVideo from "./reload-browser.mp4";
+import excursionHtml from "!!raw-loader!./_samples/excursion/index.html";
+import formHtml from "!!raw-loader!./_samples/form/index.html";
Web開発に必ず用いられる言語があります。**HTML**とCSS、そしてJavaScriptです。これらは互いに異なる役割をもっています。まずは最も基本となるHTMLから学んでいきましょう。
@@ -155,7 +157,15 @@ VS Code上で作成したファイルは`index.html`でした。しかしなが