Start on HW
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user