diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-08-17 19:39:32 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-08-17 19:39:32 -0700 |
commit | 39fbabfe626e7ae2c2e0c1dd45bda33dd5dab66c (patch) | |
tree | 334bc2282389c910ed9f7d724458b6d8b650311a /ext/fg/float.html | |
parent | 65c100fe16c4829971055da384da90b1a1cddcd5 (diff) | |
parent | 7586572fbaab7de698ec13f8712cc95e24ab6273 (diff) |
Merge branch 'master' into firefox-amo
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html new file mode 100644 index 00000000..89872cce --- /dev/null +++ b/ext/fg/float.html @@ -0,0 +1,42 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title></title> + <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap.min.css"> + <link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css"> + <link rel="stylesheet" href="/mixed/css/display.css"> + <style type="text/css"> + .entry, .note { + padding-left: 10px; + padding-right: 10px; + } + </style> + </head> + <body> + <div id="spinner"> + <img src="/mixed/img/spinner.gif"> + </div> + + <div id="definitions"></div> + + <div id="error-orphaned"> + <div class="container-fluid"> + <h1>Yomichan Updated!</h1> + <p> + The Yomichan extension has been updated to a new version! In order to continue + viewing definitions on this page you must reload this tab or restart your browser. + </p> + </div> + </div> + + <script src="/mixed/lib/jquery.min.js"></script> + <script src="/mixed/lib/wanakana.min.js"></script> + + <script src="/fg/js/api.js"></script> + <script src="/fg/js/util.js"></script> + <script src="/mixed/js/display.js"></script> + + <script src="/fg/js/float.js"></script> + </body> +</html> |