bigbuffet-rw/packages/pl-api/index.html

17 lines
392 B
HTML
Raw Normal View History

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>pl-api</title>
</head>
<body>
<script type="module" src="/lib/main.ts"></script>
<script type="module">
import PlApiClient from './lib/client.ts';
window.client = PlApiClient;
</script>
</body>
</html>