9 lines
156 B
HTML
9 lines
156 B
HTML
|
<!doctype html>
|
||
|
<meta charset="utf8">
|
||
|
<title>hyperpop.js demo</title>
|
||
|
|
||
|
<script type="module">
|
||
|
import { prueba } from "../build/index.js"
|
||
|
prueba()
|
||
|
</script>
|