20 lines
863 B
HTML
20 lines
863 B
HTML
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="%PUBLIC_URL%/logo.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
|
|
<meta name="theme-color" content="#6366f1" />
|
|
<meta name="description" content="CoreSync MRM - Система управления email-рассылками" />
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<title>CoreSync MRM</title>
|
|
</head>
|
|
<body>
|
|
<noscript>Для работы приложения необходимо включить JavaScript</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|