Added tables page

Update index.php, sidebar.php, and 2 more files...
This commit is contained in:
Herwin
2024-11-14 21:07:01 +01:00
parent d6512716ec
commit a2a229c720
4 changed files with 77 additions and 0 deletions

View File

@@ -106,6 +106,9 @@
<!-- Grids -->
<?php include("./parts/grids.php"); ?>
<!-- Tables -->
<?php include("./parts/tables.php"); ?>
<!-- Horizontal Rulers -->
<?php include("./parts/horizontal_rulers.php"); ?>