Spaces:
Running
Running
画面遷移ボタンテスト
Browse files- 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 |
-
|
|
|
|
|
|
|
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>
|