-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (27 loc) · 1.64 KB
/
index.html
File metadata and controls
30 lines (27 loc) · 1.64 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
27
28
29
30
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=4.0, minimum-scale=1.0, user-scalable=no" />
<meta name="color-scheme" content="only light">
<link rel="icon" href="/favicon.ico" />
<link rel="icon" type="image/png" sizes="16x16" href="/logo16x16.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/logo32x32.png" />
<link rel="icon" type="image/png" sizes="64x64" href="/logo64x64.png" />
<link rel="icon" type="image/png" sizes="128x128" href="/logo128x128.png" />
<link rel="icon" type="image/png" sizes="512x512" href="/logo512x512.png" />
<title>Plant - indoor plants shop</title>
<meta name="description" content="The indoor plant store is your green island of harmony and beauty. Only healthy plants, professional advice and the most favorable terms of purchase. Create the comfort of your space with us!"/>
<meta name="author" content="SweetConsole" />
<meta property="og:site_name" content="Plant">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://plant-snowy.vercel.app/" />
<meta property="og:title" content="Plant - indoor plants shop">
<meta property="og:description" content="The indoor plant store is your green island of harmony and beauty. Only healthy plants, professional advice and the most favorable terms of purchase. Create the comfort of your space with us!">
<meta property="og:image" content="/cover.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>