blob: 6e91756112aaaf3cbf407a078c9d4eaefc9b12df (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<!DOCTYPE html>
<html lang="en">
<body>
<script src="lib/handlebars.min.js"></script>
<script src="lib/jquery-2.2.2.min.js"></script>
<script src="js/templates.js"></script>
<script src="js/dictionary.js"></script>
<script src="js/deinflector.js"></script>
<script src="js/translator.js"></script>
<script src="js/yomichan.js"></script>
</body>
</html>
|