diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -17,8 +17,10 @@ <span id="countBpm"> <div class="jumbotron"> <div class="flavor-text"> - <h1>Hier klicken um die BPMs zu zählen:</h1> - <em>Ist das Lied tanzbar? Was kann man dazu tanzen?</em> + <!--h1>Hier klicken um die BPMs zu zählen:</h1--> + <h1>Click here to count beats per minute</h1> + <!--em>Ist das Lied tanzbar? Was kann man dazu tanzen?</em--> + <em>How fast is the song? What's the matching dance?</em> </div> <h2><span id="showBpm">0</span> BPM</h2> <button class="btn btn-primary">Click</button> @@ -130,6 +132,7 @@ danceHeader.classList.add("mb-2"); danceHeader.classList.add("mt-4"); danceHeader.innerHTML = "<h3> Mögliche " + dance.type[0].toUpperCase() + dance.type.substr(1) + "-Tänze</h3>"; + //danceHeader.innerHTML = "<h3> Possible " + dance.type[0].toUpperCase() + dance.type.substr(1) + " dance</h3>"; document.getElementById( "showDances-" + dance.type ).appendChild(danceHeader); appendedHeader.push( dance.type ); } |
