Files
slm-design/examples/react-vite/index.html
2026-08-10 19:13:20 +03:00

18 lines
511 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/slm-store.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="SLM Store: демонстрационное React-приложение для Simple API."
/>
<title>SLM Store</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>