Newer
Older
adjustgpx-core / AdjustTime / preview-application.html
@hayashi yuu hayashi yuu on 2 Aug 2015 594 bytes Commandのマルチタスク化
  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>