summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap3/HelloWorld/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/chap3/HelloWorld/Home.page')
-rw-r--r--demos/quickstart/protected/pages/chap3/HelloWorld/Home.page18
1 files changed, 18 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/chap3/HelloWorld/Home.page b/demos/quickstart/protected/pages/chap3/HelloWorld/Home.page
new file mode 100644
index 00000000..158255cb
--- /dev/null
+++ b/demos/quickstart/protected/pages/chap3/HelloWorld/Home.page
@@ -0,0 +1,18 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
+
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+<title>Hello World</title>
+</head>
+
+<body>
+
+<com:TForm>
+<com:TButton Text="Click Me" Click="buttonClicked" />
+</com:TForm>
+
+</body>
+
+</html> \ No newline at end of file