BrowzOS/web/index.html

15 lines
619 B
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<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>