aboutsummaryrefslogtreecommitdiff
path: root/ext/fg/frame.html
blob: 7fda6991034ff319788c6bc5bac052b42c15848c (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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8">
        <title></title>
        <link rel="stylesheet" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap.min.css">
        <link rel="stylesheet" href="/mixed/lib/bootstrap-3.3.7-dist/css/bootstrap-theme.min.css">
        <link rel="stylesheet" href="/mixed/css/frame.css">
    </head>
    <body>
        <div class="container-fluid">
            <div id="spinner">
                <img src="/mixed/img/spinner.gif">
            </div>

            <div id="content"></div>

            <div id="orphan">
                <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>

            <script src="/mixed/lib/jquery-3.1.1.min.js"></script>
            <script src="/mixed/lib/wanakana.min.js"></script>
            <script src="/fg/js/util.js"></script>
            <script src="/fg/js/frame.js"></script>
        </div>
    </body>
</html>