Files
Work/java/COUNTER/Counter.html
2024-08-07 09:16:27 -04:00

14 lines
210 B
HTML

<html>
<head>
<title>proto</title>
</head>
<body>
<hr>
<applet code=Counter.class width=90 height=30>
<param name="counter" value="......">
</applet>
<hr>
<a href="Counter.java">The source.</a>
</body>
</html>