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

20
index.html Normal file
View File

@@ -0,0 +1,20 @@
<html>
<head>
<title>Jake's Site</title>
<FRAMESET cols="150,*" BORDER="0" frameborder="0">
<FRAME NAME="left" SRC="left.html" NORESIZE target="main">
<FRAME NAME="main" SRC="mid.html" NORESIZE>
</FRAMESET>
<body>
<noframes>Sorry... Your browser does not support frames. Please update your browser to <a href="http://www.netscape.com/download">Netscape</a> or <a href="http://www.microsoft.com/ie">Internet Explorer</a> to continue.</noframes>
</head>
</html>