First Commit

This commit is contained in:
2026-02-11 23:08:41 +00:00
commit bcd7cec6a2
202 changed files with 1510 additions and 0 deletions

21
template/footer.php Normal file
View File

@@ -0,0 +1,21 @@
<footer>
<div>
<span><b>TOTAL DOMAIN: </b> <?php get_totals('total') ?></span>
</div>
<div>
<span><b>TOTAL OK: </b> <?php get_totals('ok') ?></span>
</div>
<div>
<span><b>SSL PROBLEMS: </b> <?php get_totals('ssl') ?></span>
</div>
<div>
<span><b>CHECK PROBLEMS: </b> <?php get_totals('word') ?></span>
</div>
</footer>
</div>
<script>
show_details();
</script>
</body>
</html>

14
template/header.php Normal file
View File

@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="<?= STYLE_VAR ?>">
<link rel="stylesheet" href="<?= STYLE_ANIM ?>">
<link rel="stylesheet" href="<?= STYLE_FONT ?>">
<link rel="stylesheet" href="<?= STYLE_MAIN ?>">
<script src="<?= ROOT_URL . "/assets/js/main.js" ?>"></script>
<title>sld-website-healthcheck</title>
</head>
<body>
<div class="main-container">