File: launch.html

package info (click to toggle)
libpdfrenderer-java 0.9.0-2.1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,820 kB
  • sloc: java: 19,236; xml: 1,343; makefile: 10
file content (10 lines) | stat: -rw-r--r-- 320 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
    <head>
        <title>Test page for launching the application via JNLP</title>
    </head>
    <body>
        <h3>Test page for launching the application via JNLP</h3>
        <a href="launch.jnlp">Launch the application</a>
    </body>
</html>