2017-01-07 20:21:47 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<title></title>
|
2017-03-26 05:39:40 +00:00
|
|
|
<link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap.min.css">
|
|
|
|
<link rel="stylesheet" href="/mixed/lib/bootstrap/css/bootstrap-theme.min.css">
|
2017-08-15 02:55:04 +00:00
|
|
|
<link rel="stylesheet" href="/mixed/css/display.css">
|
2017-03-18 23:52:00 +00:00
|
|
|
<style type="text/css">
|
2017-06-26 04:14:39 +00:00
|
|
|
.entry, .note {
|
2017-03-19 00:40:48 +00:00
|
|
|
padding-left: 10px;
|
|
|
|
padding-right: 10px;
|
2017-03-18 23:52:00 +00:00
|
|
|
}
|
|
|
|
</style>
|
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
|
|
|
|
2017-08-15 02:55:04 +00:00
|
|
|
<script src="/mixed/lib/jquery.min.js"></script>
|
|
|
|
<script src="/mixed/lib/wanakana.min.js"></script>
|
|
|
|
|
2017-07-29 16:55:54 +00:00
|
|
|
<script src="/fg/js/api.js"></script>
|
2017-08-06 03:20:22 +00:00
|
|
|
<script src="/fg/js/util.js"></script>
|
2017-03-18 23:52:00 +00:00
|
|
|
<script src="/mixed/js/display.js"></script>
|
2017-07-29 16:55:54 +00:00
|
|
|
|
2017-08-15 02:55:04 +00:00
|
|
|
<script src="/fg/js/float.js"></script>
|
2017-01-07 20:21:47 +00:00
|
|
|
</body>
|
|
|
|
</html>
|