You've already forked my-first-website
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:
36
index.html
36
index.html
@@ -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>
|
Reference in New Issue
Block a user