From 0ff8c60db955376a37ce9b9999496d8e2b56262e Mon Sep 17 00:00:00 2001 From: Julio Jimenez Date: Mon, 18 Mar 2024 11:55:46 -0400 Subject: [PATCH] lists Signed-off-by: Julio Jimenez --- README.md | 4 +++- chapter-11/2-ui-elements-lists/index.xml | 21 +++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 chapter-11/2-ui-elements-lists/index.xml diff --git a/README.md b/README.md index 94df8b81..a8841ee7 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,9 @@ Each example runs on a different port. Run multiple examples simultaneously and ### Chapter 11 - Introduction To HXML - - [Hello World]() + - [Hello World](./chapter-11/1-hello-world) + - UI Elements + - [Lists](./chapter-11/2-ui-elements-lists) ## Support diff --git a/chapter-11/2-ui-elements-lists/index.xml b/chapter-11/2-ui-elements-lists/index.xml new file mode 100644 index 00000000..57a4d304 --- /dev/null +++ b/chapter-11/2-ui-elements-lists/index.xml @@ -0,0 +1,21 @@ + + + + +
+ My first app +
+ + Hello World! + + + My first item + + + My second item + + + + +
+