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

画面遷移ボタンテスト

Browse files
Files changed (1) hide show
  1. templates/index.html +4 -1
templates/index.html CHANGED
@@ -79,7 +79,10 @@
79
 
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
  </div>
84
 
85
  <script>
 
79
 
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>
87
 
88
  <script>