36 lines
984 B
HTML
36 lines
984 B
HTML
<!doctype html>
|
|
<html class="no-js" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>clubmanager</title>
|
|
<meta name="description" content="">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<meta property="og:title" content="">
|
|
<meta property="og:type" content="">
|
|
<meta property="og:url" content="">
|
|
<meta property="og:image" content="">
|
|
|
|
<!-- <link rel="icon" href="/favicon.ico" sizes="any">
|
|
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
|
|
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml"> -->
|
|
|
|
<link rel="stylesheet" href="/404.css" />
|
|
|
|
<script src="https://unpkg.com/htmx.org@1.9.5"></script>
|
|
<script src="https://unpkg.com/htmx.org/dist/ext/sse.js"></script>
|
|
|
|
<!-- <link rel="manifest" href="site.webmanifest"> -->
|
|
<meta name="theme-color" content="#fafafa">
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<div>404: Page not found</div>
|
|
<a hx-boost href="/"><button>Return Home</button></a>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|