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