mizzzuno commited on
Commit
ab4af05
·
verified ·
1 Parent(s): b544025

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +1 -1
index.html CHANGED
@@ -131,7 +131,7 @@
131
  }
132
  }
133
  function showResults() {
134
- window.location.href = 'feedback.html';
135
  }
136
  // Chart.js の初期化
137
  const ctx = document.getElementById('speechChart').getContext('2d');
 
131
  }
132
  }
133
  function showResults() {
134
+ window.location.href = './feedback.html';
135
  }
136
  // Chart.js の初期化
137
  const ctx = document.getElementById('speechChart').getContext('2d');