mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-03 20:04:58 +00:00
REMOVED TYPE OF BUTTON
This commit is contained in:
@@ -6,9 +6,9 @@
|
|||||||
<div class="button-section">
|
<div class="button-section">
|
||||||
<form action="/move" method="post">
|
<form action="/move" method="post">
|
||||||
<button class="btn" name="direction" value="left">←</button>
|
<button class="btn" name="direction" value="left">←</button>
|
||||||
<button type= "button" class="btn" name="direction" value="up">↑</button>
|
<button class="btn" name="direction" value="up">↑</button>
|
||||||
<button type= "button" class="btn" name="direction" value="right">→</button>
|
<button class="btn" name="direction" value="right">→</button>
|
||||||
<button type= "button" class="btn" name="direction" value="down">↓</button>
|
<button class="btn" name="direction" value="down">↓</button>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user