initial commit
This commit is contained in:
commit
2e59f250f0
94 changed files with 952 additions and 0 deletions
5
category.php
Normal file
5
category.php
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
<div class="category col-md rounded m-2">
|
||||
<h5 class="m-2"><?php echo $category->name; ?></h5>
|
||||
<?php showSoftwares($category); ?>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue