footer and version
Some checks failed
Build and push / Pulling repo on server (push) Failing after 3s

This commit is contained in:
2023-10-26 11:15:39 +02:00
parent 501b893688
commit c0b4b08cbb
5 changed files with 103 additions and 6 deletions

View File

@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" class="h-100" data-bs-theme="auto">
<head>
<meta charset="UTF-8">
@ -9,10 +9,9 @@
<link href="/css/fontawesome.min.css" rel="stylesheet">
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/dogstats.css" rel="stylesheet">
</head>
<body class="">
<body class="d-flex flex-column h-100">
<?php include(ROOT."/templates/menu.html") ?>
<main id="main" class="container" hx-get="/" hx-trigger="load">
@ -27,7 +26,11 @@
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">FAQs</a></li>
<li class="nav-item"><a href="#" class="nav-link px-2 text-muted">About</a></li>
</ul>
<p class="text-center text-muted">© 2022 Company, Inc</p>
<p class="text-center text-muted">
<small hx-get="/version.txt" hx-trigger="load"></small>
<br/>
© 2023 Crispi
</p>
</footer>
<script src="/js/htmx.min.js"></script>