diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:35:22 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-17 18:35:22 -0700 |
commit | 52a8e2207c70573abd1e47cc8d019ba9e592a9dd (patch) | |
tree | 8aaef2a0c1b38493e48946b476c486c53a673b80 /ext/fg/footer.html | |
parent | 6f45cc287112030387f33169c762ee9448c0c65c (diff) |
Fixups
Diffstat (limited to 'ext/fg/footer.html')
-rw-r--r-- | ext/fg/footer.html | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/ext/fg/footer.html b/ext/fg/footer.html deleted file mode 100644 index 3f37d8bd..00000000 --- a/ext/fg/footer.html +++ /dev/null @@ -1,21 +0,0 @@ -<!DOCTYPE html> -<html lang="en"> - <head> - <meta charset="UTF-8"> - <title></title> - <link rel="stylesheet" href="{{root}}/css/popup.css"> - </head> - <body> - <div class="dictionary"> - <a href="javascript:setActiveDict('edict');">単</a><a href="javascript:setActiveDict('enamdict')">名</a><a href="javascript:setActiveDict('kanjidic');">漢</a> - </div> - - {{#each defs}} - <div class="definition"> - {{> term.html}} - </div> - {{/each}} - - <script src="{{root}}/js/popup.js"></script> - </body> -</html> |