--- /dev/null
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <title>ChordPro Proof of Concept</title>
+ <meta charset="utf-8">
+ <link rel="stylesheet" href="chordpro.css">
+</head>
+
+<body>
+ <h1>Nine Million Bicycles</h1>
+ <h2>Katie Melua</h2>
+
+ <p class="verse chords">There are <span class="chord">Am</span>nine million bicycles in Bei<span class="chord">Em</span>jing
+ That's a <span class="chord">Dm</span>fact, It's a <span class="chord">F</span>thing we can't deny
+ Like the <span class="chord">Dm</span>fact that I will <span class="chord">G</span>love you till I <span class="chord">C</span>die.</p>
+
+ <p class="verse">We are twelve billion light years from the edge,
+ That's a guess, No-one can ever say it's true
+ But I know that I will always be with you.</p>
+
+</body>
+</html>