summaryrefslogtreecommitdiff
path: root/ext/fg/frame.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/frame.html
parent8b50dfe1e9a8be7b8d2a7c69b25bc04babfc1c0c (diff)
renaming files
Diffstat (limited to 'ext/fg/frame.html')
-rw-r--r--ext/fg/frame.html43
1 files changed, 0 insertions, 43 deletions
diff --git a/ext/fg/frame.html b/ext/fg/frame.html
deleted file mode 100644
index dda3ef06..00000000
--- a/ext/fg/frame.html
+++ /dev/null
@@ -1,43 +0,0 @@
-<!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/frame.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="/fg/js/api.js"></script>
- <script src="/fg/js/dictionary.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="/mixed/lib/jquery.min.js"></script>
- <script src="/mixed/lib/wanakana.min.js"></script>
-
- <script src="/fg/js/display-frame.js"></script>
- </body>
-</html>