Start on HW

This commit is contained in:
2024-06-21 13:51:15 +02:00
parent 32d4a62246
commit 15b264ded2
5 changed files with 81 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<!DOCTYPE html>
<html lang="en">
<head>
<?php include_once "../../../base/meta.php" ?>
<title>Counter DB Tester</title>
</head>
<body>
<?php
// PHP
include_once "../../../base/headers.php";
Headers::html();
?>
This is a dummy test for the database Counter
<?php include_once "./counter.php" ?>
</body>
</html>