summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/chap3/HelloWorld/Home.page
blob: 158255cb2109806a04d0848fbcf676ff7db61c98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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>