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