-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (20 loc) · 930 Bytes
/
index.html
File metadata and controls
22 lines (20 loc) · 930 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<link rel="icon" type="image/x-icon" href="/public/logo.ico?v=2" />
<link rel="shortcut icon" type="image/x-icon" href="/public/logo.ico?v=2" />
<link rel="icon" type="image/png" href="/public/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/public/favicon-16x16.png" sizes="16x16" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="color-scheme" content="only light" />
<meta name="description" content="Кастомные стикеры: создавай и заказывай онлайн!" />
<link rel="apple-touch-icon" href="/public/logo.png" />
<link rel="manifest" href="/public/manifest.json" />
<title>StickerStack</title>
</head>
<body>
<script type="module" src="/src/index.tsx"></script>
<div id="root"></div>
</body>
</html>