-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (29 loc) · 1.23 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
32
33
34
<!DOCTYPE html>
<html class="dark">
<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="Looq">
<meta property="og:site_name" content="Looq">
<meta property="og:description" content="Search">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:image:alt" content="Looq">
<meta name="twitter:title" content="Looq">
<meta name="twitter:description" content="Search">
<meta name="twitter:image:src" content="/og-image.jpeg">
<meta name="description" content="Looq">
<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="#000000" />
<link rel="prefetch" href="/api/models">
<link rel="dns-prefetch" href="/api">
<link rel="preconnect" href="/api">
<title>Looq</title>
</head>
<body class="bg-background text-foreground">
<div id="root"></div>
<script type="module" src="/src/client/main.tsx"></script>
</body>
</html>