branch:
index.html
242 bytesRaw
<!doctype html>
<html>
<head>
<title>Test cross domain</title>
<link rel="stylesheet" href="/normalize.css" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/client.tsx"></script>
</body>
</html>