Mercurial > dottes
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/web/index.html Sun Mar 04 12:39:12 2012 +0000 @@ -0,0 +1,16 @@ +<html> +<head> +<title>Ye Crie Havock Booke of Dottes</title> +</head> +<body> +<h1>Ye Crie Havock Booke of Dottes</h1> +<p> +<center> +<img src="buzzard.jpg" alt="Buzzard logo"/> +</center> +<p> +The music of Cry Havoc, a reference. +<p> +<a href="Session/index.html">Sessions</a> +</body> +</html>