feat: migrate to Tailwind CSS with DaisyUI

This commit is contained in:
Your Name
2026-04-10 11:26:55 +05:30
parent e39e56a105
commit b5654fa9f1
4 changed files with 116 additions and 115 deletions
+8 -5
View File
@@ -1,13 +1,16 @@
<!doctype html>
<html lang="en">
<head>
<html lang="en" data-theme="piku">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>frontend</title>
</head>
<body>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</body>
</html>