mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 06:35:22 -04:00
10 lines
417 B
HTML
10 lines
417 B
HTML
<html>
|
|
<head>
|
|
<LINK REL=stylesheet HREF="style.css" TYPE="text/css">
|
|
<title>INFO.html</title>
|
|
</head>
|
|
<body bgcolor="Cornsilk">
|
|
<center><h1>Information About This Site</h1><br><hr><br>
|
|
This site was made by <a href="mailto:jakejarvis@msn.com">Jake Jarvis</a> on October 13, 2001. This site is based on <a href="#">Liberty Corner Computing's</a> site and <a href="#">Dan's World</a>. More coming soon!
|
|
</body>
|
|
</html> |