26 lines
835 B
HTML
26 lines
835 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<title>Yomichan Dictionary Import</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" type="text/css" href="../lib/bootstrap-3.3.6-dist/css/bootstrap-theme.min.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
<div class="page-header">
|
||
|
<h1>Yomichan Dictionary Import</h1>
|
||
|
</div>
|
||
|
|
||
|
<p>Importing dictionary data, this can take a while...</p>
|
||
|
|
||
|
<div class="progress">
|
||
|
<div class="progress-bar" style="width: 0%" />
|
||
|
</div>
|
||
|
</div>
|
||
|
|
||
|
<script src="../lib/jquery-2.2.2.min.js"></script>
|
||
|
<script src="js/import.js"></script>
|
||
|
</body>
|
||
|
</html>
|