From 4b9a2c3331317fa9fa079ba73ade4c4e71184d70 Mon Sep 17 00:00:00 2001 From: Torsten Meissner Date: Sat, 24 Nov 2012 01:32:01 +0100 Subject: [PATCH] initial commit of next 2 examples of chapter 01 --- ch01_02.html | 25 +++++++++++++++++++++++++ ch01_03.html | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 ch01_02.html create mode 100644 ch01_03.html diff --git a/ch01_02.html b/ch01_02.html new file mode 100644 index 0000000..aecd95e --- /dev/null +++ b/ch01_02.html @@ -0,0 +1,25 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

Our first webapp

+
+
+

This is the main content of the page

+
+
+

More on mobilexweb.com

+
+
+ + \ No newline at end of file diff --git a/ch01_03.html b/ch01_03.html new file mode 100644 index 0000000..25fc99f --- /dev/null +++ b/ch01_03.html @@ -0,0 +1,39 @@ + + + + + My first jQuery Mobile code + + + + + + + +
+
+

First page

+
+
+

This is the main content of the page.

+

You can go to the second page.

+
+
+

mobilexweb.com

+
+
+
+
+

Second page

+
+
+

This is the main content of the second page.

+

You can go back using the header's button, clicking here + or using your browser's back button.

+
+
+

mobilexweb.com

+
+
+ + \ No newline at end of file