unibabel.js/examples/index.html

16 lines
358 B
HTML
Raw Normal View History

2015-06-11 01:35:51 +00:00
<html>
2015-10-22 22:13:46 +00:00
<head>
<meta charset="UTF-8">
</head>
<body>
This is for testing. Look in the console.
2019-10-03 07:28:01 +00:00
<!--
2015-11-17 23:13:28 +00:00
<script src="../index.js"></script>
<script src="../unibabel.hex.js"></script>
<script src="../unibabel.base32.js"></script>
2019-10-03 07:28:01 +00:00
-->
<script src="../dist/unibabel.all.min.js?2"></script>
<script src="../tests/index.js"></script>
2015-06-11 01:35:51 +00:00
</body>
</html>