ziba-js/test.html

10 lines
280 B
HTML

<!DOCTYPE html>
<html>
<p>Look at the developer console for the test results.</p>
<p>If you are just using <strong>ziba</strong>, then you probably won't care about this file.</p>
<script type="module">
import * as zibatest from "./ziba_test.js"
zibatest.test()
</script>
</html>