1
0
Fork 0
unibabel.js/examples/index.html

16 Zeilen
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>