soiz1 commited on
Commit
606dfd9
·
1 Parent(s): 93fc803

Update index.html

Browse files
Files changed (1) hide show
  1. 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').value = urlParams.get('mode') === 't' ? "地球星歌" : "時の旅人";
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">