Sample CSC 241 Page

Sample CSC 241 Page

Make sure your browser window is wide and long enough to see all text, then copy from below the line as instructed!
<html>
<!--
Author:	John Doe
Date:	September, 5, 1997
URL:	http://www.oswego.edu/~jdoe/241.html
-->
<head><title>John Doe -- CSC 241 Page</title></head>
<body>
<h1><center>John Doe -- CSC 241 Page</center></h1>
<hr>
<b>This is my web page for my CSC241 course at SUNY Oswego.</b><br>
<hr>
<H2>Course Related Links</H2>
<A HREF="http://java.sun.com">Sun's Java Page</A><br>
<A HREF="http://cs.oswego.edu/~mohammad/241">CSC 241 Page</A><br>
<A HREF="http://g.oswego.edu/dl/java/api/packages.html">on-line help on Java packages</A>
<hr>
<H2>Applet Links</H2>
<A HREF="http://java.sun.com/applets/other/TumblingDuke/index.html">Tumbling Duke</A><br>
<A HREF="http://java.sun.com/applets/other/Hangman/index.html">Hang Duke</A><br>
<A HREF="http://www.oswego.edu/~jdoe/hello1.html">hello1</A><br>
</body>
</html>