11 lines
235 B
HTML
11 lines
235 B
HTML
<html>
|
|
<head><title>Clock Applet</title></head>
|
|
<body>
|
|
<center>
|
|
<h1><b>Clock Applet</b></h1>
|
|
<applet code="ClockApplet.class" width=150 height=60></applet>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|