diff options
| author | horus | 2024-01-16 10:45:11 +0100 |
|---|---|---|
| committer | horus | 2024-01-16 10:45:11 +0100 |
| commit | cbe410ae04b12f46ccce6ea67d681e06457c3984 (patch) | |
| tree | 6dea3fbe2ce46836bc257c208a1304d30d98cbf5 | |
| parent | e0acc0b7877a48f8add10515ac89643b2ec96293 (diff) | |
| download | bpm -inline.tar.gz | |
| -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 ); } |
