gvsu/cs621/proj1/ClockApplet.html
josh c5eb553073 cs621: proj1: ClockApplet added, completed
git-svn-id: svn://anubis/gvsu@10 45c1a28c-8058-47b2-ae61-ca45b979098e
2008-02-03 05:35:27 +00:00

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>