aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/background.html
blob: c35e917d08c870ffeee66eb3fbbce2a6d070f7ce (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="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/options.js"></script>
    <script src="js/yomichan.js"></script>
</body>
</html>