index.html
1    <!DOCTYPE html> 
2    <html lang="en"> 
3    <head> 
4      <meta charset="UTF-8"> 
5      <meta name="viewport" content="width=device-width"> 
6      <title>The Room Adventure: Additional Features</title> 
7      <meta http-equiv="refresh" content="0;URL='additionalfeatures.html'" /> 
8      <link href="/index.css" rel="stylesheet" type="text/css"/> 
9      <link href="/roomadventure/rooms.css" rel="stylesheet" type="text/css"/> 
10     <link rel="shortcut icon" href="http://stephenjwolf.com/coding/favicon.ico" type="image/x-icon"/> 
11   </head> 
12   <body> 
13   <iframe width="100%" src="additionalfeatures.html"></iframe> 
14   <a href="additionalfeatures.html">Additional features page...</a> 
15   </body> 
16   </html> 
17