Files
graff.training/index.html
T
2024-09-16 15:35:31 +05:00

43 lines
2.1 KiB
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/public/favicon.svg" />
<meta
name="keywords"
content="интерактивные,тренажеры,симуляторы,эффективность,VR,промышленность,обучение,образование"
/>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Создаем интерактивные тренажеры для промышленности и образования. Помогаем сократить затраты на обучение, повысить безопасность и производительность"
/>
<meta
property="og:title"
content="Интерактивные тренажеры для промышленности и образования"
/>
<meta
property="og:site_name"
content="Интерактивные тренажеры для промышленности и образования"
/>
<meta
property="og:description"
content="Создаем интерактивные тренажеры для промышленности и образования. Помогаем сократить затраты на обучение, повысить безопасность и производительность"
/>
<meta property="og:url" content="https://graff.training" />
<meta
property="og:image"
content="https://graff.training//decreasing/effect.jpg"
/>
<meta property="og:image:width" content="300" />
<meta property="og:image:height" content="200" />
<meta property="og:logo" content="https://graff.training/favicon.svg" />
<meta property="og:type" content="website" />
<title>Интерактивные тренажеры для промышленности и образования</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>