You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdelibs/tdehtml/java/tests/badapplets/applet.html

15 lines
287 B

<!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>