ninja fix

This commit is contained in:
2025-01-28 22:26:18 +01:00
parent 6f78073431
commit 7e5baa96e8
8 changed files with 9 additions and 6 deletions
+17
View File
@@ -0,0 +1,17 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>{{ .Title }}</title>
<script src="https://unpkg.com/@tailwindcss/browser@4"></script>
</head>
<body class="min-h-screen bg-slate-50">
{{ embed }}
</body>
</html>