forked from ddrilling/asb_cloud_front
18 lines
751 B
HTML
Executable File
18 lines
751 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html lang="ru">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="icon" href="/favicon.ico" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="white" />
|
|
<meta name="theme-color" media="(prefers-color-scheme: light)" content="white" />
|
|
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
|
|
<meta name="description" content="Онлайн мониторинг процесса бурения в реальном времени в офисе заказчика" />
|
|
<title>DDrilling</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
</body>
|
|
</html>
|