<!-- The following two lines must be customized, specifying your --> <!-- particular breadcrumb file, and the crumbs you would like to --> <!-- use. Additionally, make sure you breadcrumb.inc file exists. --> <!--chtml include "//mydirectory/breadcrumb.inc"--> <!--chtml call crumbs(c1; c2)--> <html> <head> <title>Page Title Goes Here</title> <link rel="stylesheet" href="/home/home.css" type="text/css"> </head> <!-- Do not specify body background; it is specified in the stylesheet. --> <body> <!--You should specify the appropriate header file in the line below. --> <!--chtml include "//home/incs/emheader.inc"--> <h1>Page Title Goes Here</h1> <p>Page Content Goes Here</p> <!--If you use <FONT SIZE=x> use relative sizes, not absolute sizes --> <!--Use h1, h2, h3, h4, h5 in sequence for successive level of headings --> <!--chtml include "//home/incs/footer.inc"--> <!--Make sure to build an address.inc in this directory with your --> <!--office contact information --> </body> </html>