home *** CD-ROM | disk | FTP | other *** search
/ Internet File Formats / InternetFileFormatsCD.bin / text / html / windows / webspin / template.tpl < prev    next >
Encoding:
Text File  |  1995-05-25  |  387 b   |  19 lines

  1. <HTML>
  2.   <HEAD>
  3.     <TITLE>Your Title Goes Here</TITLE>
  4.   </HEAD>
  5.  
  6.   <BODY>
  7.     <H1>Your Title Goes Here</H1>
  8.     
  9.     Your Body Text Goes Here
  10.  
  11.     <ADDRESS>
  12.     <HR>
  13.     Copyright © 1995 Your Name.<BR>
  14.     Last Updated Current Date<BR>
  15.     For more information contact: <A HREF="mailto:Your Email Address">Your Email Address</A>
  16.     </ADDRESS>
  17.   </BODY>
  18. </HTML>
  19.