13 lines
385 B
HTML
13 lines
385 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<p>Look at the developer console for the test results.</p>
|
|
<p>You will need to scroll through the developer console results and look for errors.</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>
|
|
</body>
|
|
</html>
|