generated from ai-action/vite-preact-tailwind-ai-template
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 731 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 731 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta
name="viewport"
content="minimum-scale=1,initial-scale=1,width=device-width"
/>
<meta name="description" content="Vite React Tailwind AI template." />
<title>Vite React Tailwind AI template</title>
</head>
<body class="flex min-h-screen min-w-80 place-items-center bg-gray-50">
<noscript>You need to enable JavaScript to run this app.</noscript>
<main
class="mx-auto h-fit h-screen w-full max-w-(--breakpoint-xl) place-content-center sm:w-96"
id="root"
></main>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>