From 61649a7545042cb223e34be661acb9968a9b231c Mon Sep 17 00:00:00 2001 From: Nezumi <123229563+Nez27@users.noreply.github.com> Date: Fri, 16 Jun 2023 15:35:29 +0700 Subject: [PATCH 1/2] Init code --- README.md | 1 - Sample/index.html | 110 ++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 110 insertions(+), 1 deletion(-) delete mode 100644 README.md create mode 100644 Sample/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/Sample/index.html b/Sample/index.html new file mode 100644 index 0000000..8b8cdc1 --- /dev/null +++ b/Sample/index.html @@ -0,0 +1,110 @@ + + + +
+ + ++ A paragraphs consists of one or more sentences that form a self-contained unit of discourse. The + start of a paragraph is indicated by a new line. +
++ Text is easier to understand when it is split up into untils of text. For examples, a book may have chapters. + Chapters can have subheadings. Under each heading there will be one or more paragraphs. +
+ + +This is how we make a word appear bold.
+Inside a product description you might see more key features in bold.
+ + +This is how we make a word appear italic.
+It's a potato Solanum teberosum.
+Captain Cook sailed to Australia on the Endeavour.
+ + +On the 4th of September you will learn about E=MC 2.
+ + +The amount of C02 in the atmosphere grew by 2ppm in 20091.
+ + +The Earth
gets one hundred tons heavier
+ every day
due to falling space dust.
Venus is the only planet that rotates + clockwise.
+Jupiter is bigger than all the other planets + combined.
+ + +Beware: Pickpockets operate in + this area.
+This toy has many small pieces and is not + suitable for children under five years old. +
+ + +I think Ivy was the first.
+I think Ivy was the first.
+I think Ivy was the first.
+ + +++Did you ever stop to think, and forget to start + again?
+
As A.A. Milne said, Some people talk to
+ animals. Not many listen though. That's the
+ problem.
Prof Stephen + Hawking is a theoretical physicist and + cosmologist.
+NASA do some crazy + space stuff.
+ + +A Brief History of Time by Stephen + Hawking has sold over ten million copies + worldwide.
+ + +A black hole is a region of space from + which nothing, not even light, can escape.
+ + + + +742 Evergreen Terrace, Springfield.
+ + + +It was the worst best idea
+ she had ever had.
Laptop computer:
+Was $995
Now only $375
+ + + \ No newline at end of file From dbfc1eda150e81a1c5edbb3406d1d606d1ef059a Mon Sep 17 00:00:00 2001 From: Nezumi