aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/float.html
diff options
context:
space:
mode:
authorAlex Yatskov <alex@foosoft.net>2017-08-14 19:55:04 -0700
committerAlex Yatskov <alex@foosoft.net>2017-08-14 19:55:04 -0700
commit82863cd86156d48b9f18dc10a560bedb82641862 (patch)
treec31e760ab960d5b4c3def5a313e8cf0fb9277612 /ext/fg/float.html
parent8b50dfe1e9a8be7b8d2a7c69b25bc04babfc1c0c (diff)
renaming files
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r--ext/fg/float.html43
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>