unibabel.js/examples/index.html

13 lines
281 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.
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>
2015-06-11 01:35:51 +00:00
<script src="./test.js"></script>
</body>
</html>