-
Notifications
You must be signed in to change notification settings - Fork 15
/
index.html
31 lines (29 loc) · 1.42 KB
/
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
24
25
26
27
28
29
30
31
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta property="og:image" content="/og-image.jpeg" />
<meta property="og:title" content="Vite React TS Tailwind Starter">
<meta property="og:site_name" content="Vite React TS Tailwind Starter">
<meta property="og:url" content="https://vite-react-ts-tailwind-starter.pages.dev/">
<meta property="og:description" content="Building Apps with the best DX we love">
<!-- Twitter open-graph tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Vite React TS Tailwind Starter">
<meta name="twitter:title" content="Vite React TS Tailwind Starter">
<meta name="twitter:description"
content="Building Apps with the best DX we love">
<meta name="twitter:image:src" content="/og-image.jpeg">
<meta name="description" content="Vite React TS Tailwind Starter">
<meta name="keywords" content="vite,react,typescript,tailwindcss,template,starter,boilerplate">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<meta name="theme-color" content="#bef264" />
<title></title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>