yomichan/ext/fg/float.html

50 lines
2.1 KiB
HTML
Raw Normal View History

2017-01-07 20:21:47 +00:00
<!DOCTYPE html>
<html lang="en" data-yomichan-page="float">
2017-01-07 20:21:47 +00:00
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width,initial-scale=1" />
2017-01-07 20:21:47 +00:00
<title></title>
2019-11-02 14:10:03 +00:00
<link rel="icon" type="image/png" href="/mixed/img/icon16.png" sizes="16x16">
<link rel="icon" type="image/png" href="/mixed/img/icon19.png" sizes="19x19">
<link rel="icon" type="image/png" href="/mixed/img/icon38.png" sizes="38x38">
<link rel="icon" type="image/png" href="/mixed/img/icon48.png" sizes="48x48">
<link rel="icon" type="image/png" href="/mixed/img/icon64.png" sizes="64x64">
<link rel="icon" type="image/png" href="/mixed/img/icon128.png" sizes="128x128">
2017-08-15 02:55:04 +00:00
<link rel="stylesheet" href="/mixed/css/display.css">
<link rel="stylesheet" type="text/css" href="/mixed/css/display-default.css" data-yomichan-theme-name="default">
2019-10-12 21:06:03 +00:00
<link rel="stylesheet alternate" type="text/css" href="/mixed/css/display-dark.css" data-yomichan-theme-name="dark">
2017-01-07 20:21:47 +00:00
</head>
<body>
2017-03-18 23:52:00 +00:00
<div id="spinner">
<img src="/mixed/img/spinner.gif">
</div>
2017-01-07 20:21:47 +00:00
2017-08-13 23:11:51 +00:00
<div id="definitions"></div>
2017-03-04 04:25:14 +00:00
2017-08-13 23:11:51 +00:00
<div id="error-orphaned">
2017-03-19 01:21:02 +00:00
<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>
2017-03-04 04:25:14 +00:00
</div>
2017-03-18 23:52:00 +00:00
<script src="/mixed/js/core.js"></script>
2019-11-26 23:47:16 +00:00
<script src="/mixed/js/dom.js"></script>
2019-12-10 03:45:28 +00:00
<script src="/mixed/js/api.js"></script>
2019-08-22 23:44:31 +00:00
<script src="/fg/js/document.js"></script>
<script src="/fg/js/source.js"></script>
2019-10-10 23:58:06 +00:00
<script src="/mixed/js/audio.js"></script>
2019-12-01 03:38:23 +00:00
<script src="/mixed/js/display-context.js"></script>
<script src="/mixed/js/display.js"></script>
2019-09-15 21:52:30 +00:00
<script src="/mixed/js/scroll.js"></script>
2017-07-29 16:55:54 +00:00
<script src="/fg/js/float.js"></script>
<script src="/fg/js/popup-nested.js"></script>
2017-01-07 20:21:47 +00:00
</body>
</html>