1
0
Fork 0

add tailwind

This commit is contained in:
Henrik Hautakoski 2025-11-13 21:35:02 +01:00
parent 9610b834db
commit 1eb31b11bc
8 changed files with 627 additions and 219 deletions

View file

@ -1,13 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-tutorial</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>react-tutorial</title>
</head>
<body>
<div id="root" class="flex min-h-screen items-center bg-slate-900"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>