Files
windows95/static/www/index.htm
2025-02-18 22:39:47 -08:00

22 lines
598 B
HTML

<html>
<head>
<title>Welcome to Windows 95!</title>
</head>
<frameset cols="200,*" border="0" framespacing="0" frameborder="NO">
<frame src="navigation.htm" name="nav" scrolling="auto" noresize>
<frame src="home.htm" name="main" scrolling="auto" noresize>
<noframes>
<body bgcolor="#000080">
<font face="Arial" color="#FFFFFF">
<h2>Frame Alert!</h2>
<p>This page uses frames, but your browser doesn't support them.</p>
<p>Please upgrade to Netscape Navigator 2.0 or Internet Explorer 3.0!</p>
</font>
</body>
</noframes>
</frameset>
</html>