cull head
This commit is contained in:
parent
9e721cacfe
commit
321fe052e9
1 changed files with 14 additions and 21 deletions
|
@ -2,21 +2,13 @@
|
||||||
|
|
||||||
<!doctype html>
|
<!doctype html>
|
||||||
<html class="h-full" lang="">
|
<html class="h-full" lang="">
|
||||||
|
|
||||||
<head>
|
<head>
|
||||||
<meta charset="utf-8" />
|
<meta charset="utf-8" />
|
||||||
<title>clubmanager</title>
|
<title>clubmanager</title>
|
||||||
<meta name="description" content="" />
|
<meta name="description" content="" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<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="/main.css" />
|
<link rel="stylesheet" href="/main.css" />
|
||||||
|
|
||||||
<script src="https://unpkg.com/htmx.org@@1.9.5"></script>
|
<script src="https://unpkg.com/htmx.org@@1.9.5"></script>
|
||||||
|
@ -29,4 +21,5 @@
|
||||||
<body class="h-full">
|
<body class="h-full">
|
||||||
@:body()
|
@:body()
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue