diff options
author | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-09-15 07:50:41 +0200 |
commit | 926bf101da90eb450d1700d2ddc1242c9e18a2cb (patch) | |
tree | 25bb837ccb26017e4694540b20633a1f05b37c4f /jnlp-files/applet-gears-jnlp.html | |
parent | 71f8b57305caad1cce7a6c9e42b282c8d863bdb7 (diff) |
cleanup www and jnlp-files folder, dropping all jnlp/html code to jnlp-files
Diffstat (limited to 'jnlp-files/applet-gears-jnlp.html')
-rw-r--r-- | jnlp-files/applet-gears-jnlp.html | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/jnlp-files/applet-gears-jnlp.html b/jnlp-files/applet-gears-jnlp.html deleted file mode 100644 index 64a16d9..0000000 --- a/jnlp-files/applet-gears-jnlp.html +++ /dev/null @@ -1,19 +0,0 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> -<html> -<head> -<title>JOGL JNLP Applet Gears</title> -</head> -<body> - -<P> - -<applet width=600 height=400> - <param name="java_arguments" value="-Dsun.java2d.noddraw=true"> - <param name="jnlp_href" value="applet-gears.jnlp"> -</applet> - -</P> -<P> - -</body> -</html> |