From 4f75830525971e54632853a52c90812f766cd5a7 Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Fri, 16 Jun 2023 11:31:18 +0700 Subject: [PATCH 1/3] Init code chapter 1 --- README.md | 1 - index.html | 25 +++++++++++++++++++++++++ 2 files changed, 25 insertions(+), 1 deletion(-) delete mode 100644 README.md create mode 100644 index.html diff --git a/README.md b/README.md deleted file mode 100644 index 6defcd2..0000000 --- a/README.md +++ /dev/null @@ -1 +0,0 @@ -Loi Phan Internship \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 0000000..4edf7fd --- /dev/null +++ b/index.html @@ -0,0 +1,25 @@ + + + + + + + Chapter 1 + + + +

This is the Main Heading

+

This text might be an introduction to the rest of + the page. And if the page is a long one it might + be split up into several sub-headings. +

+

This is a Sub-Heading

+

Many long articles have sub-headings so to help + you follow the structure of what is being written. + There may even be sub-sub-headings (or lower-level + headings).

+

Another Sub-Heading

+

Here you can see another sub-heading.

+ + + \ No newline at end of file From bc70516154c8b2ebab778179bdf6a9cba702c11d Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:14:43 +0700 Subject: [PATCH 2/3] Move file to folder --- index.html => Sample/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename index.html => Sample/index.html (100%) diff --git a/index.html b/Sample/index.html similarity index 100% rename from index.html rename to Sample/index.html From 71d96856bdb8be7680095f218d0bbf773b2e9896 Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Mon, 19 Jun 2023 09:00:47 +0700 Subject: [PATCH 3/3] Change folder name --- {Sample => chapter-1-sample}/index.html | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {Sample => chapter-1-sample}/index.html (100%) diff --git a/Sample/index.html b/chapter-1-sample/index.html similarity index 100% rename from Sample/index.html rename to chapter-1-sample/index.html