diff options
Diffstat (limited to 'ext/bg/import.html')
-rw-r--r-- | ext/bg/import.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/ext/bg/import.html b/ext/bg/import.html new file mode 100644 index 00000000..47483c25 --- /dev/null +++ b/ext/bg/import.html @@ -0,0 +1,25 @@ +<!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> |