web browser incompatible with iframes

This commit is contained in:
Severak 2019-09-14 22:04:02 +02:00
parent 9ab7aa9dac
commit 4991753cb4
1 changed files with 16 additions and 8 deletions

View File

@ -4,12 +4,20 @@
<title>Web Browser</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="description" content="This Web Browser takes advantage of the HTML 4.01 Frameset standard to open a web browser window as needed.">
<!--[if IE]>
<script type="text/javascript">
self.resizeTo(screen.width,450);
self.moveTo(0,0);</script>
<![endif]-->
</head>
<frameset rows="*">
<frame name="content" src="http://www.google.com" scrolling="auto" noresize frameborder="0">
</frameset></html>
<body>
<center><big> <br><br><br>
<a href="http://google.com">google.com</a><br>
<a href="http://groka.svita.cz">groka.svita.cz</a><br>
<a href="http://tilde.town">tilde.town</a><br>
<a href="http://tildeverse.org">tildeverse.org</a><br>
</big></center>
</body>
</html>