-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (24 loc) · 1.29 KB
/
index.html
File metadata and controls
25 lines (24 loc) · 1.29 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
<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="color-scheme" content="only light">
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Simple - изделия из бумаги</title>
<meta name="description" content="Сайт изделий из бумаги под все ваши нужны - Simple">
<meta name="keywords" content="Бумажные изделия, simple, бумажная продукция, бумажная упаковка, бумажные пакеты, бумажные кейсы, скетчбук" />
<meta name="author" content="SweetConsole" />
<meta property="og:site_name" content="Simple">
<meta property="og:type" content="website" />
<meta property="og:url" content="https://simple-paper-products.vercel.app/" />
<meta property="og:title" content="Simple - изделия из бумаги">
<meta property="og:description" content="Сайт изделий из бумаги под все ваши нужны">
<meta property="og:image" content="cover.png" />
<meta property="og:locale" content="ru_Ru">
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>