metallkart-erp/frontend/index.html
louis 05f540d4bf fix: html lang=ru + ADM_PRODUCTION notifications + page title
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-05-22 16:04:13 +04:00

14 lines
376 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>МеталлКарт ERP</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>