mizzzuno commited on
Commit
b081f6e
·
verified ·
1 Parent(s): e0990c4

Update templates/index.html

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -205,7 +205,7 @@
205
 
206
  function showResults() {
207
  // フィードバック画面へ遷移
208
- window.location.href = '../feedback.html';
209
  }
210
  </script>
211
  </body>
 
205
 
206
  function showResults() {
207
  // フィードバック画面へ遷移
208
+ window.location.href = 'feedback.html';
209
  }
210
  </script>
211
  </body>