Files
utils/index.html
2025-07-07 14:32:21 -04:00

10 lines
157 B
HTML

<html>
<body>
<script type="module">
import {PES} from './dist/index.mjs';
console.log(PES`storage${'Test/Test'}:d`);
</script>
</body>
</html>