From 67e98dabc05d055f8832825be4643e8993662e03 Mon Sep 17 00:00:00 2001 From: forsteri Date: Tue, 4 Feb 2025 22:09:25 +0900 Subject: [PATCH] new --- docs/index.html | 20 ++++++++++++++++++++ test.md | 11 +++++++++++ 2 files changed, 31 insertions(+) create mode 100644 docs/index.html create mode 100644 test.md diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..c98cfb8 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,20 @@ +Test Slide
+

Hello world!

+
+
+

Second Page

+

Second Page

+
+
\ No newline at end of file diff --git a/test.md b/test.md new file mode 100644 index 0000000..0602225 --- /dev/null +++ b/test.md @@ -0,0 +1,11 @@ +--- +marp: true +title: "Test Slide" +--- + +# Hello world! + +--- + +## Second Page +Second Page \ No newline at end of file