Sign in
apache
/
tapestry4
/
refs/heads/Dev-2-2
/
.
/
examples
/
Tutorial
/
src
/
tutorial
/
hello
/
Home.html
blob: 06f85b7e20c6c928ad88b201da776d09d5d4f6ab [
file
]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>
Hello World
</title>
</head>
<body>
Welcome to your first
<b>
Tapestry Application
</b>
.
</body>
</html>