24 lines
961 B
HTML
24 lines
961 B
HTML
<!doctype html>
|
||
<html lang="ru">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="theme-color" content="#12805c" />
|
||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
||
<meta name="apple-mobile-web-app-title" content="SuperSam" />
|
||
<meta
|
||
name="description"
|
||
content="Панель управления доставкой и заказами с офлайн-доступом после первого запуска."
|
||
/>
|
||
<link rel="icon" type="image/png" href="/icons/icon-192.png" />
|
||
<link rel="apple-touch-icon" href="/icons/icon-192.png" />
|
||
<link rel="manifest" href="/manifest.webmanifest" />
|
||
<title>SuperSam Доставка</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.jsx"></script>
|
||
</body>
|
||
</html>
|