d35f7d01f7
* initial push * module Java Web Start (jws) add * pom improvements and fixes
11 lines
134 B
HTML
11 lines
134 B
HTML
<html>
|
|
<head>
|
|
<title>Hello World JNLP</title>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<a href="hello.jnlp">Launch the example</a>
|
|
</p>
|
|
</body>
|
|
</html>
|