Skip to content

Instantly share code, notes, and snippets.

@iboved
Created January 31, 2018 20:13
Show Gist options
  • Save iboved/71b0337e6bf34c64f91e980f1e6bbfaf to your computer and use it in GitHub Desktop.
Save iboved/71b0337e6bf34c64f91e980f1e6bbfaf to your computer and use it in GitHub Desktop.
<!doctype html>
<html lang="en">
<head>
<title>Chordpro</title>
</head>
<body>
<input type="hidden" value="[C]Twinkle [C/E]twinkle [F]little [C]star [F]How I [C]wonder [G]what you [C]are" id="song">
<h2>Output:</h2>
<pre id="output"></pre>
<script src="chordpro.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment