Control buttons

This commit is contained in:
LinlyBoi
2023-12-04 10:53:27 +02:00
parent f2ab611108
commit 66ecd09425

View File

@@ -71,6 +71,8 @@
</div> </div>
<div id="controls"> <div id="controls">
<!-- the things for submit and previous questions --> <!-- the things for submit and previous questions -->
<button onclick="prevQ()" class="btn btn-primary">Previous</button>
<button onclick="nextQ" class="btn btn-primary">Next</button>
</div> </div>