1  <!-- File:  template0.html -->
  2  
  3  <HTML>
  4  
  5  <HEAD>
  6  <TITLE>Template Home Page</TITLE>
  7  </HEAD>
  8  
  9  <BODY BGCOLOR="#FFFFFF">
 10  
 11  <H1>My Home Page</H1>
 12  
 13  Welcome to my home page!
 14  
 15  <P><HR><P>
 16  
 17  Go to
 18  <A HREF="template1.html"
 19     onClick="window.open('template1.html.html', 'bottom_frame')"
 20  >Page 1</A>
 21  
 22  <BR>
 23  
 24  Go to 
 25  <A HREF="template2.html"
 26     onClick="window.open('template2.html.html', 'bottom_frame')"
 27  >Page 2</A>
 28  
 29  </BODY>
 30  
 31  </HTML>