From 54247e21606e230e2a2a4e7e3bf0f1f25d075257 Mon Sep 17 00:00:00 2001 From: Nezumi Date: Tue, 20 Jun 2023 15:34:20 +0700 Subject: [PATCH] Init sample code training chapter 11 --- Sample/training-11-sample/index.html | 109 +++++++++++++++++++++++++++ 1 file changed, 109 insertions(+) create mode 100644 Sample/training-11-sample/index.html diff --git a/Sample/training-11-sample/index.html b/Sample/training-11-sample/index.html new file mode 100644 index 0000000..3738eee --- /dev/null +++ b/Sample/training-11-sample/index.html @@ -0,0 +1,109 @@ + + + + + + + Color + + + + +

pH Scale

+

14.0 VERY ALKALINE

+

13.0

+

12.0

+

11.0

+

10.0

+

9.0

+

8.0

+

7.0 NEUTRAL

+

6.0

+

5.0

+

4.0

+

3.0

+

2.0

+

1.0

+

0.0 VERY ACID

+ + + \ No newline at end of file