Mercurial > dottes
comparison dottes.html.tune @ 197:8f352063f277
Finish first version of newly tarted up website.
author | Jim Hague <jim.hague@acm.org> |
---|---|
date | Sun, 17 Feb 2013 00:27:07 +0000 |
parents | |
children | afe8fc2c8d8c |
comparison
equal
deleted
inserted
replaced
196:5b4c478142e1 | 197:8f352063f277 |
---|---|
1 <!DOCTYPE html> | |
2 <html lang="en"> | |
3 <head> | |
4 <meta charset="utf-8" /> | |
5 <title>Cry Havoc tunes - @TITLE@</title> | |
6 <link rel="stylesheet" href="../css/reset.css" /> | |
7 <link rel="stylesheet" href="../css/text.css" /> | |
8 <link rel="stylesheet" href="../css/960.css" /> | |
9 <link rel="stylesheet" href="../css/dottes.css" /> | |
10 | |
11 <link href='http://fonts.googleapis.com/css?family=Pirata+One|Oswald' | |
12 rel='stylesheet' type='text/css'> | |
13 </head> | |
14 <body> | |
15 <div class="container_12"> | |
16 <a href="/"> | |
17 <div class="grid_12 header-strip banner"> | |
18 <h1>Ye Crie Havock Booke of Dottes</h1> | |
19 </div> | |
20 </a> | |
21 | |
22 <div class="clear"></div> | |
23 | |
24 <div class="grid_12 dottes-body"> | |
25 <h1>@TITLE@</h1> | |
26 <img class="dottes-png" src="@TUNE@.png" alt="@TITLE@ dots"> | |
27 <ul class="tune-data-list"> | |
28 <li><a class="dottes-link-tune dottes-pdf" | |
29 href="@TUNE@.pdf">PDF</a></li> | |
30 <li><a class="dottes-link-tune dottes-midi" | |
31 href="@TUNE@.mid">MIDI</a></li> | |
32 <li><a class="dottes-link-tune dottes-mp3" | |
33 href="@TUNE@.mp3">MP3</a></li> | |
34 <li><a class="dottes-link-tune dottes-abc" | |
35 href="@TUNE@.abc">ABC</a></li> | |
36 </ul> | |
37 </div> | |
38 | |
39 </div> | |
40 </body> | |
41 </html> |