home *** CD-ROM | disk | FTP | other *** search
/ Netscape Plug-Ins Developer's Kit / Netscape_Plug-Ins_Developers_Kit.iso / EDITORS / htmlwrit / HW9B4ALL.ZIP / EXAMPLE.HWT < prev    next >
Encoding:
Text File  |  1995-02-02  |  474 b   |  26 lines

  1. <html>
  2. <head>
  3. <TITLE>{{Title and heading}}</TITLE>
  4. <meta name ="description"
  5. value="{{Document description}}">
  6. <meta name="keywords"
  7.  value="{{Keywords (separated by commas)}}">
  8. <meta name="resource-type"
  9. value="document">
  10. <meta name="distribution"
  11. value="global">
  12. </head>
  13. <body>
  14. <h1>{{Title and heading}}</h1>
  15. <hr>
  16.  
  17. Your information goes here.
  18.  
  19. </body>
  20. <hr>
  21. <address>
  22. Created: {{date}}, {{time}}
  23. Last Updated: {{date}}, {{time}}
  24. </address>
  25. </html>
  26.