diff options
Diffstat (limited to 'ext/bg/guide.html')
-rw-r--r-- | ext/bg/guide.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/ext/bg/guide.html b/ext/bg/guide.html new file mode 100644 index 00000000..6bd4baea --- /dev/null +++ b/ext/bg/guide.html @@ -0,0 +1,21 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8"> + <title>Using Yomichan</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>Using Yomichan</h1> + </div> + + + + + </div> + </body> +</html> |