home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 April / PCWorld_1999-04_cd.bin / Software / TemaCD / PowerHTM / data1.cab / Template_Files / HTML Source Template.tpl next >
Encoding:
Text File  |  1999-01-26  |  173 b   |  23 lines

  1. <html>
  2.  
  3. <head>
  4. <title>
  5. Document title
  6. </title>
  7. </head>
  8.  
  9. <body bgcolor="white">
  10.  
  11. <h1>
  12. Document Heading
  13. </h1>
  14.  
  15. <hr>
  16.  
  17. <p>
  18. Paragraph
  19. </p>
  20.  
  21. </body>
  22.  
  23. </html>