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