chss/index.html

14 lines
392 B
HTML
Raw Normal View History

2022-07-04 16:44:02 +00:00
<!DOCTYPE html>
<html lang="en">
2022-07-04 17:02:12 +00:00
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
2022-07-05 10:00:44 +00:00
<title>Chss</title>
2022-07-04 17:02:12 +00:00
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
2022-07-04 16:44:02 +00:00
</html>