Guide to Creating Pages

Here is an example of a page that you could use in this layout. Use this file as a reference when creating your own pages. Be sure that this part of the code remains exactly the same at the top of each page:
<html>
<head><link rel="stylesheet" href="hpt.css"></head>
<body>

I would appreciate it if you put this at the bottom of each of the pages that you create:
<br><br>
Layout & Graphics © <a href="http://www.geocities.com/diagonalley_web" target="_blank">Diagon Alley</a><br>
</body>
</html>

However, as long as you leave the link to Diagon Alley on the main page of your site (the splash screen), I will not be picky about this.

(To copy and paste it: select all the text in that box, press and hold "ctrl" + "c". Then, in your html document, click your cursor at the end of the HTML file, and press and hold "ctrl" + "v".)