comparison web/index.html @ 43:d92717f8130c

First go at producing a very simple website. Templating done with sed, and minimal HTML.
author Jim Hague <jim.hague@laicatc.com>
date Sun, 04 Mar 2012 12:39:12 +0000
parents
children a3a2d7991e3f
comparison
equal deleted inserted replaced
42:0e7d2830cb8b 43:d92717f8130c
1 <html>
2 <head>
3 <title>Ye Crie Havock Booke of Dottes</title>
4 </head>
5 <body>
6 <h1>Ye Crie Havock Booke of Dottes</h1>
7 <p>
8 <center>
9 <img src="buzzard.jpg" alt="Buzzard logo"/>
10 </center>
11 <p>
12 The music of Cry Havoc, a reference.
13 <p>
14 <a href="Session/index.html">Sessions</a>
15 </body>
16 </html>