-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
23 lines (20 loc) · 886 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="shortcut icon" href="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=600" type="image/x-icon">
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta property="og:url" content="https://tailui.vercel.app/">
<meta property="og:description"
content="TailUI a collection of free Tailwind CSS components to bootstrap your new apps, projects or landing pages!">
<meta property="twitter:description"
content="TailUI a collection of free Tailwind CSS components to bootstrap your new apps, projects or landing pages!">
<!-- Boxicons -->
<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
<title>TailUI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>