Counter styling

This commit is contained in:
2024-06-27 16:37:58 +02:00
parent 15b264ded2
commit fac22f76c6
7 changed files with 55 additions and 23 deletions
+2 -1
View File
@@ -10,12 +10,13 @@
<body>
<?php
// PHP
include_once "../../../base/settings.php";
include_once "../../../base/headers.php";
Headers::html();
?>
This is a dummy test for the database Counter
<?php include_once "./counter.php" ?>
<?php include_once "./counter/counter.php" ?>
</body>
</html>