Test / index.html
TrikozikGames's picture
Update index.html
8dd2b69 verified
Raw
History Blame Contribute Delete
293 Bytes
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/routes/index.tsx"></script>
</body>
</html>