index.html (431B)
1 <html> 2 <head> 3 <script src="./main.js"></script> 4 <link rel="stylesheet" href="./style.css" /> 5 </head> 6 <body> 7 <h1>triad voice leading exercise</h1> 8 <h2>from mick goodrick's Advancing Guitarist</h2> 9 <div id="desc"> 10 Find the minimum difference between each triad in order to play a good 11 voice leading that goes through every possible triad. 12 </div> 13 <div id="chart"></div> 14 </body> 15 </html>