-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsamplehtml.html
More file actions
32 lines (31 loc) · 1.02 KB
/
samplehtml.html
File metadata and controls
32 lines (31 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Sample Index.html file</title>
<!--
Author: John Doe
Date: June 7, 1996
URL: http://www.oswego.edu/~jdoe
-->
</head>
<body>
<h3>John's Kewl Homepage</h3>
<hr><IMG SRC="http://www.servtech.com/public/newt/elway.gif"><hr>
<b>I am a computer science student at SUNY Oswego. I am taking csc241 and expect an A!</b>
<br>
<h2>John's Links</h2>
<a href="http://espnet.sportszone.com">ESPN Sportszone</a>
<br>
<A HREF="http://java.sun.com">Sun's Java Page</A>
<br>
<A HREF="http://g.oswego.edu/dl/csc241">CSC241 Syllabus</A>
<br>
<H2>John's Kewl Java Applets Links</H2>
<A HREF="http://java.sun.com/applets/applets/TumblingDuke/example1.html">Tumbling Duke</A>
<br>
<A HREF="http://java.sun.com/applets/applets/Hangman/index.html">Hang Duke</A>
<br>
<hr><br>
</body>
</html>