Home Page Template


The following code can be used as a starting point for a new HTML document, such as a user's home page. The actual template file looks like this.
<HTML>
<HEAD>
<TITLE>Sample User Defined Home Page</TITLE>
<!-- Created by: Gilbert Detillieux 15 March 1995 -->
<!-- Changed by: Gilbert Detillieux 30 March 1995 -->

<LINK REV="made" HREF="mailto:www@servername">
</HEAD>

<BODY>
<IMG SRC="/icons/image.xbm" ALT="">
<H1>Sample User Defined Home Page</H1>
<hr>

<h2>Level 2 Heading</h2>
This is an unordered (bulleted) list:
<ul>
<li> This is a list item.
     <ul>
     <li> lists can be nested
     <li> bullets change to indicate nesting level
     </ul>
<li> Ordered (numbered) lists can be done in roughly the same way.
</ul>
<p>
This is another paragraph.

<hr>
<img src="/icons/back.xbm" align=top alt="*">
	<a href="/">Go Back to Homepage</a>
<hr>
<address>
<img src="/icons/ball.xbm" alt="*">
	Owner of this page: My Full Name --
	<a href="mailto:username@servername">username@servername</a>
<br>
<img src="/icons/ball.xbm" alt="*">
	Our WWW Administrator --
	<a href="mailto:www@servername">www@servername</a>
</address>
</BODY>
</HTML>

* Seminar Index |* User Home Pages |* Home Page Locator
Copyright (c) 1995, Gilbert Detillieux, Computer Science, University of Manitoba.