]> piware.de Git - chordpro-web.git/blob - chordpro-web.html
Add loading via URL
[chordpro-web.git] / chordpro-web.html
1 <!DOCTYPE html>
2 <html lang="en">
3 <head>
4   <title>ChordPro Web</title>
5   <meta charset="utf-8">
6   <link rel="stylesheet" href="chordpro.css">
7 </head>
8
9 <body>
10   <h1 id="title">No file loaded</h1>
11   <h2 id="artist"></h2>
12
13   <div id="song"></div>
14
15   <hr />
16
17   <input id="open" type="file" />
18
19   <script type="module" src="chordpro-web.js"></script>
20 </body>
21 </html>