blob: ade2a6335b5d0df751291eaacf38c724d4d5c003 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<html>
<head>
<title>Skyscraper</title>
</head>
<body>
<h1>Skyscraper</h1>
<applet code=SkyscraperApplet.class width=500 height=300>
<param name="delay" value=75>
<param name="flash" value=0.01>
<param name="thunder" value="thunder.au">
Hier steht das Applet Skyscraper.class
</applet>
</body>
</html>
|