Adhere to PSR-4 and PSR-12

This commit is contained in:
2022-07-27 17:44:08 +02:00
parent bd7f230fe1
commit 6d40f9c2fc
16 changed files with 487 additions and 313 deletions

View File

@@ -9,7 +9,7 @@
<div id="header">
<h1 id="title">Product List</h1>
<div id="buttons">
<button>ADD</button>
<a href="add-product"><button>ADD</button></a>
<button id="delete-product-btn">MASS DELETE</button>
</div>
</div>