mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 12:18:28 -04:00
20 lines
488 B
HTML
20 lines
488 B
HTML
<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> |