mirror of
https://github.com/jakejarvis/my-first-website.git
synced 2025-04-26 00:45:22 -04:00
18 lines
503 B
HTML
18 lines
503 B
HTML
<html>
|
|
|
|
<head>
|
|
|
|
<title>Jake's Site</title>
|
|
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" >
|
|
<FRAMESET cols="150,*" BORDER="0" frameborder="0" framespacing="0">
|
|
<FRAME NAME="left" SRC="left.html" NORESIZE target="main">
|
|
<FRAME NAME="main" SRC="mid.html" NORESIZE>
|
|
</FRAMESET>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<noframes>Sorry... Your browser does not support frames. Please update your browser to <a href="#">Netscape</a> or <a href="#">Internet Explorer</a> to continue.</noframes>
|
|
</body>
|
|
|
|
</html> |