1
0
mirror of https://github.com/deater/dos33fsprogs.git synced 2025-03-04 04:30:18 +00:00

24 lines
440 B
HTML
Raw Normal View History

<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>