blob: 4f59616715aac6b054b52a47c9f8a278ee1f2b24 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<!DOCTYPE html>
<html>
<head> </head>
<body>
<div id="reactroot"></div>
<link rel="stylesheet" href="./src/index.css" />
<script src="./src/index.tsx" async type="module"></script>
</body>
</html>
|