Add Vite + Tailwind CSS v4 + daisyUI v5 static site template

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-28 15:58:00 -05:00
co-authored by Claude Sonnet 4.6
parent e9cdd9b87a
commit 02fd21709e
8 changed files with 68 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kingmaker</title>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body>
<script type="module" src="/src/main.js"></script>
</body>
</html>