Chris
bd151ab4e6
Some checks failed
Build and push / Pulling repo on server (push) Failing after 17s
27 lines
754 B
HTML
27 lines
754 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Dogstats</title>
|
|
<link href="/css/animate.min.css" rel="stylesheet">
|
|
<link href="/css/fontawesome.min.css" rel="stylesheet">
|
|
<link href="/css/bootstrap.min.css" rel="stylesheet">
|
|
<link href="/css/style.css" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<?php include(ROOT."/templates/menu.html") ?>
|
|
|
|
<main id="main" class="container" hx-get="/" hx-trigger="load" hx-indicator="#spinner">
|
|
<i id="spinner" class="fa-solid fa-spinner"></i>
|
|
</main>
|
|
|
|
<script src="/js/htmx.min.js"></script>
|
|
<script src="/js/bootstrap.bundle.min.js"></script>
|
|
|
|
</body>
|
|
|
|
</html> |