mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-11 09:02:00 +00:00
22 lines
598 B
HTML
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>
|