Created
January 31, 2018 20:13
-
-
Save iboved/71b0337e6bf34c64f91e980f1e6bbfaf to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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