summaryrefslogtreecommitdiffstats
path: root/tdehtml/java/tests/badapplets/applet.html
blob: fe9e47ef9e3ed5f9d7eb994baa1f3c19f119b659 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML//EN">
<html>
  <head>
    <title>SwingSet demo</title>
  </head>

  <body>
      <h1>SwingSet demo</h1>
      <applet code=BadApplet.class
              archive="BadApplet.jar"
      	      width=695 height=525>
      </applet>
  </body>
</html>