mirror of
https://github.com/deater/dos33fsprogs.git
synced 2024-11-01 01:06:33 +00:00
24 lines
440 B
HTML
24 lines
440 B
HTML
<html>
|
|
<head><title>Sample web Page</title></head>
|
|
|
|
<body>
|
|
|
|
<center><img src="vmw_logo.png"></center>
|
|
|
|
<h1><center>Sample Web Page</center></h1>
|
|
|
|
Just testing out a barebones webserver for ECE435.<br><br>
|
|
|
|
<a href="about.html">More info</a><br><br>
|
|
|
|
<a href="invalid.html">Invalid Link</a><br><br>
|
|
|
|
<a href="teapot.html">Teapot Link</a><br><br>
|
|
|
|
<hr>
|
|
|
|
Back to <a href="http://www.deater.net/weave/vmwprod/">My Web Page</a>
|
|
|
|
</body>
|
|
</html>
|