26 lines
583 B
HTML
26 lines
583 B
HTML
@(body: Content)
|
|
|
|
<!doctype html>
|
|
<html class="h-full" lang="">
|
|
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>clubmanager</title>
|
|
<meta name="description" content="" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="/main.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 class="h-full">
|
|
@:body()
|
|
</body>
|
|
|
|
</html>
|