mirror of
https://github.com/p-stream/providers.git
synced 2026-01-11 20:10:33 +00:00
11 lines
280 B
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>
|