-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1 KB
/
index.html
File metadata and controls
26 lines (26 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="/logo.svg" />
<link rel="apple-touch-icon" href="/logo.svg" />
<link rel="manifest" href="/manifest.webmanifest" />
<link rel="stylesheet" href="/src/style.css" />
<meta name="theme-color" content="#ffffff" />
<meta name="description" content="⚡ Vite React Tailwind Template" />
<title>Vite React Tailwind Template</title>
<script
src="https://unpkg.com/github-corners/dist/embed.min.js"
data-href="https://github.com/remarkablemark/vite-react-tailwind-template"
data-target="_blank"
async
defer
></script>
</head>
<body class="flex min-h-screen min-w-80 place-items-center dark:bg-slate-900">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div class="mx-auto" id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>