Source code for: /alkacon-documentation/examples_flex_2/hello.jsp


<html>
<title>
OpenCms/JSP integration tests: Hello World!
</title>
<body>

<h1>Hello, World!</h1>

The Date is <%= new java.util.Date() %>

</body>
</html>