mirror of
https://gitlab.fdmci.hva.nl/technische-informatica-sm3/ti-projectten/rooziinuubii79.git
synced 2025-08-04 12:24:57 +00:00
removed type of button
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</div>
|
||||
<div class="button-section">
|
||||
<form action="/move" method="post">
|
||||
<button type= "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 type= "button" class="btn" name="direction" value="right">→</button>
|
||||
<button type= "button" class="btn" name="direction" value="down">↓</button>
|
||||
|
Reference in New Issue
Block a user