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

Remove dangerous scripts and external links

This commit is contained in:
2019-10-25 11:34:21 -04:00
parent f408fb96e2
commit 7596eff35f
97 changed files with 2346 additions and 2194 deletions

View File

@@ -1,20 +1,18 @@
<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>
<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>