unibabel.js/examples/index.html

16 lines
358 B
HTML
Raw Normal View History

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