First Commit
This commit is contained in:
21
template/footer.php
Normal file
21
template/footer.php
Normal 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
14
template/header.php
Normal 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">
|
||||
Reference in New Issue
Block a user