Update index.html
Browse files- index.html +1 -1
index.html
CHANGED
@@ -1600,7 +1600,7 @@ header.addEventListener('click', () => {
|
|
1600 |
const urlParams = new URLSearchParams(window.location.search);
|
1601 |
|
1602 |
document.getElementById('bpmInput').value = urlParams.get('mode') === 't' ? 66 : 92;
|
1603 |
-
document.getElementById('title-name').
|
1604 |
});
|
1605 |
</script>
|
1606 |
<div class="video-controls">
|
|
|
1600 |
const urlParams = new URLSearchParams(window.location.search);
|
1601 |
|
1602 |
document.getElementById('bpmInput').value = urlParams.get('mode') === 't' ? 66 : 92;
|
1603 |
+
document.getElementById('title-name').textContent = urlParams.get('mode') === 't' ? "地球星歌" : "時の旅人";
|
1604 |
});
|
1605 |
</script>
|
1606 |
<div class="video-controls">
|