mizzzuno commited on
Commit
bfb5748
·
verified ·
1 Parent(s): d89ee1b

passNameTest

Browse files
Files changed (1) hide show
  1. templates/index.html +1 -1
templates/index.html CHANGED
@@ -80,7 +80,7 @@
80
  <div class="result-buttons">
81
  <button class="result-button" id="historyButton" onclick="showHistory()">会話履歴を表示</button>
82
  <!--<button class="result-button" id="feedbackButton" onclick="showResults()">フィードバック画面を表示</button>-->
83
- <form action="feedback.html">
84
  <button type="submit">Go to Feedback</button>
85
  </form>
86
  </div>
 
80
  <div class="result-buttons">
81
  <button class="result-button" id="historyButton" onclick="showHistory()">会話履歴を表示</button>
82
  <!--<button class="result-button" id="feedbackButton" onclick="showResults()">フィードバック画面を表示</button>-->
83
+ <form action="/feedback">
84
  <button type="submit">Go to Feedback</button>
85
  </form>
86
  </div>