1
0

Use tailwind css

This commit is contained in:
2024-10-26 11:47:59 +03:00
parent 5e75ca4c15
commit 29463e8bf4
5 changed files with 21 additions and 129 deletions
+14 -11
View File
@@ -1,13 +1,16 @@
<!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>Vite + React + TS</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>
<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>Vite + React + TS</title>
</head>
<body class="m-0 min-h-screen flex place-items-center">
<div id="root" class="my-0 mx-auto"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>