aboutsummaryrefslogtreecommitdiff
path: root/ext/popup-preview.html
blob: 8cbb01c95cf2d803a9431d7f5dfe30c4bc364aa8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width,initial-scale=1">
    <title>Yomitan 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">
    <script src="/js/pages/settings/popup-preview-frame-main.js" type="module"></script>
</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" 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>

</body>
</html>