diff options
Diffstat (limited to 'ext/fg/float.html')
| -rw-r--r-- | ext/fg/float.html | 43 | 
1 files changed, 43 insertions, 0 deletions
| diff --git a/ext/fg/float.html b/ext/fg/float.html new file mode 100644 index 00000000..a3b66c92 --- /dev/null +++ b/ext/fg/float.html @@ -0,0 +1,43 @@ +<!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/audio.js"></script> +        <script src="/mixed/js/display.js"></script> + +        <script src="/fg/js/float.js"></script> +    </body> +</html> |