First commit from eclipse...
[libtubby.git] / preview-application.html
blobe8b57cd1934910e349d5e4ae440740282d3b2ede
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <title>Test page for launching the application via JNLP</title>
5 </head>
6 <body>
7 <h3>Test page for launching the application via JNLP</h3>
8 <script src="http://java.com/js/deployJava.js"></script>
9 <script>
10 deployJava.createWebStartLaunchButton("${JNLP.FILE}")
11 </script>
12 <!-- Or use the following link element to launch with the application -->
13 <!--
14 <a href="${JNLP.FILE}">Launch the application</a>
15 -->
16 </body>
17 </html>