mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 20:14:21 +01:00
10 lines
195 B
HTML
10 lines
195 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script type="module">
|
|
import { VFSInterface } from './src/opfs-interface.js';
|
|
window.VFSInterface = VFSInterface;
|
|
</script>
|
|
</body>
|
|
</html>
|