ziba-js/test.html

10 lines
280 B
HTML
Raw Normal View History

2023-11-15 18:09:53 +00:00
<!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>