From 9e7d1147c9ef50ed53bf37bb03280fdf890b5a79 Mon Sep 17 00:00:00 2001 From: Chanphanith Date: Tue, 6 Aug 2024 13:45:30 +0700 Subject: [PATCH 1/4] add index file --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000000..d01f779ffe --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From 2910c5c093ae26cecd08d9e931d959a853714958 Mon Sep 17 00:00:00 2001 From: Chanphanith Date: Tue, 6 Aug 2024 13:56:11 +0700 Subject: [PATCH 2/4] add bout page --- about.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 about.html diff --git a/about.html b/about.html new file mode 100644 index 0000000000..d01f779ffe --- /dev/null +++ b/about.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From c2af1b9c88cf9849a9574e352526b4fbd632b113 Mon Sep 17 00:00:00 2001 From: Chanphanith Date: Tue, 6 Aug 2024 13:58:48 +0700 Subject: [PATCH 3/4] add contact us page --- contact-us.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 contact-us.html diff --git a/contact-us.html b/contact-us.html new file mode 100644 index 0000000000..d01f779ffe --- /dev/null +++ b/contact-us.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file From 3cd9b7e4c59626ec5838b719bb6b5c295ea87e86 Mon Sep 17 00:00:00 2001 From: Chanphanith Date: Tue, 6 Aug 2024 14:09:51 +0700 Subject: [PATCH 4/4] add test file --- test.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test.html diff --git a/test.html b/test.html new file mode 100644 index 0000000000..d01f779ffe --- /dev/null +++ b/test.html @@ -0,0 +1,11 @@ + + + + + + Document + + + + + \ No newline at end of file