1
mirror of https://github.com/jakejarvis/my-first-website.git synced 2025-09-18 13:35:31 -04:00

first commit

This commit is contained in:
2013-05-05 17:56:42 -04:00
commit 1fe4d45603
106 changed files with 2210 additions and 0 deletions

10
info.html Normal file
View File

@@ -0,0 +1,10 @@
<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="http://www.libertycornercomputing.com">Liberty Corner Computing's</a> site and <a href="http://www.geocities.com/dantheman240">Dan's World</a>. More coming soon!
</body>
</html>