22 lines
849 B
HTML
22 lines
849 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="description"
|
||
content="Демо-панель управления доставкой и заказами с офлайн-доступом после первого запуска."
|
||
/>
|
||
<link rel="icon" type="image/svg+xml" href="/icons/icon-192.svg" />
|
||
<link rel="manifest" href="/manifest.webmanifest" />
|
||
<title>Construction Delivery Control</title>
|
||
</head>
|
||
<body>
|
||
<div id="root"></div>
|
||
<script type="module" src="/src/main.jsx"></script>
|
||
</body>
|
||
</html>
|