hyperpop.js/demo/index.html

9 lines
156 B
HTML
Raw Normal View History

2021-09-22 22:32:17 +00:00
<!doctype html>
<meta charset="utf8">
<title>hyperpop.js demo</title>
<script type="module">
import { prueba } from "../build/index.js"
prueba()
</script>