cull head

main
Zynh0722 2023-11-22 23:56:53 -08:00
parent 9e721cacfe
commit 321fe052e9
1 changed files with 14 additions and 21 deletions

View File

@ -2,31 +2,24 @@
<!doctype html> <!doctype html>
<html class="h-full" lang=""> <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" />
<meta property="og:title" content="" /> <head>
<meta property="og:type" content="" /> <meta charset="utf-8" />
<meta property="og:url" content="" /> <title>clubmanager</title>
<meta property="og:image" content="" /> <meta name="description" content="" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- <link rel="icon" href="/favicon.ico" sizes="any"> <link rel="stylesheet" href="/main.css" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!-- <link rel="icon" href="/icon.svg" type="image/svg+xml"> -->
<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>
<script src="https://unpkg.com/htmx.org@@1.9.5"></script> <!-- <link rel="manifest" href="site.webmanifest"> -->
<script src="https://unpkg.com/htmx.org/dist/ext/sse.js"></script> <meta name="theme-color" content="#fafafa" />
</head>
<!-- <link rel="manifest" href="site.webmanifest"> --> <body class="h-full">
<meta name="theme-color" content="#fafafa" /> @:body()
</head> </body>
<body class="h-full">
@:body()
</body>
</html> </html>