yomichan/ext/background.html

11 lines
287 B
HTML
Raw Normal View History

2016-03-20 17:52:27 +00:00
<!DOCTYPE html>
<html lang="en">
<body>
<script src="lib/jquery-2.2.2.min.js"></script>
2016-03-26 21:21:51 +00:00
<script src="bg/dictionary.js"></script>
<script src="bg/deinflector.js"></script>
<script src="bg/translator.js"></script>
<script src="bg/yomichan.js"></script>
2016-03-20 17:52:27 +00:00
</body>
</html>