summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-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 );
}