removed type of button

This commit is contained in:
ishak jmilou.ishak
2024-10-23 14:59:12 +02:00
parent 9d6816f210
commit bf276d5d81

View File

@@ -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>