pstreams-providers/tests/browser/index.html

11 lines
280 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Browser integration test</title>
</head>
<body>
<script type="module" src="index.ts"></script>
</body>
</html>