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:
@@ -5,7 +5,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="button-section">
|
<div class="button-section">
|
||||||
<form action="/move" method="post">
|
<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="up">↑</button>
|
||||||
<button type= "button" class="btn" name="direction" value="right">→</button>
|
<button type= "button" class="btn" name="direction" value="right">→</button>
|
||||||
<button type= "button" class="btn" name="direction" value="down">↓</button>
|
<button type= "button" class="btn" name="direction" value="down">↓</button>
|
||||||
|
Reference in New Issue
Block a user