13 lines
281 B
HTML
Raw Permalink 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.
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>
2015-06-10 19:35:51 -06:00
<script src="./test.js"></script>
</body>
</html>