Files
java-tutorials/jws/src/main/webapp/index.html
T
Daniel Cassiani d35f7d01f7 BAEL-388 (#1360)
* initial push

* module Java Web Start (jws) add

* pom improvements and fixes
2017-03-19 12:44:00 +01:00

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>