aboutsummaryrefslogtreecommitdiff
path: root/ext/bg/popup-preview.html
diff options
context:
space:
mode:
authortoasted-nutbread <toasted-nutbread@users.noreply.github.com>2021-02-12 23:03:15 -0500
committerGitHub <noreply@github.com>2021-02-12 23:03:15 -0500
commit4053d9b2fac82108f701788c511aedaf988de4c5 (patch)
tree0076ba6c17234651788b1e8421b5d71a9e33cb8d /ext/bg/popup-preview.html
parent4f13de283572b2c57e7462f1030c12fe8335882e (diff)
Move html files (#1375)
* Move background.html to / * Move context.html to / * Move info.html to / * Move legal.html to / * Move permissions.html to / * Move pitch-accents-preview.html to / * Move popup-preview.html to / * Move search.html to / * Move settings.html to / * Move settings2.html to / * Move template-renderer.html to / * Move welcome.html to / * Move float.html to / * Move display-templates.html to /
Diffstat (limited to 'ext/bg/popup-preview.html')
-rw-r--r--ext/bg/popup-preview.html62
1 files changed, 0 insertions, 62 deletions
diff --git a/ext/bg/popup-preview.html b/ext/bg/popup-preview.html
deleted file mode 100644
index 5a8da859..00000000
--- a/ext/bg/popup-preview.html
+++ /dev/null
@@ -1,62 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width,initial-scale=1">
- <title>Yomichan Popup Preview</title>
- <link rel="icon" type="image/png" href="/images/icon16.png" sizes="16x16">
- <link rel="icon" type="image/png" href="/images/icon19.png" sizes="19x19">
- <link rel="icon" type="image/png" href="/images/icon32.png" sizes="32x32">
- <link rel="icon" type="image/png" href="/images/icon38.png" sizes="38x38">
- <link rel="icon" type="image/png" href="/images/icon48.png" sizes="48x48">
- <link rel="icon" type="image/png" href="/images/icon64.png" sizes="64x64">
- <link rel="icon" type="image/png" href="/images/icon128.png" sizes="128x128">
- <link rel="stylesheet" type="text/css" href="/css/popup-preview.css">
- <link rel="stylesheet" type="text/css" href="/css/popup-outer.css" id="popup-outer-css">
-</head>
-<body>
-
-<div class="content"><div class="content-body">
- <div class="top-options">
- <div class="top-options-left">
- <div class="example-text-container">
- <input type="text" class="example-text example-text-input" id="example-text-input" value="読め" lang="ja" hidden>
- <span class="example-text" id="example-text">読め</span>
- </div>
- </div>
- <div class="top-options-right">
- <label class="theme-button"><input type="checkbox" id="theme-dark-checkbox"><span>dark</span></label>
- </div>
- </div>
- <div class="popup-placeholder"><div class="placeholder-info">
- This page uses the dictionaries you have installed in order to show a preview.
- If you see this message, make sure you have a dictionary installed.
- </div></div>
-</div></div>
-
-<script src="/mixed/lib/wanakana.min.js"></script>
-
-<script src="/mixed/js/core.js"></script>
-<script src="/mixed/js/yomichan.js"></script>
-<script src="/mixed/js/comm.js"></script>
-<script src="/mixed/js/api.js"></script>
-<script src="/mixed/js/dynamic-loader.js"></script>
-<script src="/mixed/js/frame-client.js"></script>
-<script src="/mixed/js/text-scanner.js"></script>
-
-<script src="/mixed/js/document-util.js"></script>
-<script src="/mixed/js/hotkey-handler.js"></script>
-<script src="/fg/js/dom-text-scanner.js"></script>
-<script src="/fg/js/popup.js"></script>
-<script src="/fg/js/text-source-range.js"></script>
-<script src="/fg/js/text-source-element.js"></script>
-<script src="/fg/js/popup-factory.js"></script>
-<script src="/fg/js/frontend.js"></script>
-<script src="/fg/js/frame-ancestry-handler.js"></script>
-<script src="/fg/js/frame-offset-forwarder.js"></script>
-<script src="/bg/js/settings/popup-preview-frame.js"></script>
-
-<script src="/bg/js/settings/popup-preview-frame-main.js"></script>
-
-</body>
-</html>