16 lines
358 B
HTML
16 lines
358 B
HTML
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
</head>
|
|
<body>
|
|
This is for testing. Look in the console.
|
|
<!--
|
|
<script src="../index.js"></script>
|
|
<script src="../unibabel.hex.js"></script>
|
|
<script src="../unibabel.base32.js"></script>
|
|
-->
|
|
<script src="../dist/unibabel.all.min.js?2"></script>
|
|
<script src="../tests/index.js"></script>
|
|
</body>
|
|
</html>
|