kendo-react/docs/index.html

19 строки
412 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Vite + React</title>
<base href="/" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<link rel="stylesheet" href="./styles.scss" />
</head>
<body>
<my-app>
<script type="module" src="./main.tsx"></script>
</my-app>
</body>
</html>