summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorus2024-01-16 10:45:11 +0100
committerhorus2024-01-16 10:45:11 +0100
commitcbe410ae04b12f46ccce6ea67d681e06457c3984 (patch)
tree6dea3fbe2ce46836bc257c208a1304d30d98cbf5
parente0acc0b7877a48f8add10515ac89643b2ec96293 (diff)
downloadbpm -inline.tar.gz
-rw-r--r--index.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/index.html b/index.html
index a060ad4..dfd462f 100644
--- a/index.html
+++ b/index.html
@@ -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 );
}