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>
|