diff options
author | Alex Yatskov <alex@foosoft.net> | 2016-04-16 20:17:39 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2016-04-16 20:17:39 -0700 |
commit | f7fa1bc51c3fb6c483195e5d76f6e5e668037e30 (patch) | |
tree | c41c84e76b6f9a851085f07778a7cd67c1e68225 /ext/bg/options.html | |
parent | 9ceef4649f07211079017d2cfcbc3756dd9a509b (diff) |
Moving lib
Diffstat (limited to 'ext/bg/options.html')
-rw-r--r-- | ext/bg/options.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/bg/options.html b/ext/bg/options.html index a3588642..7e47ae6b 100644 --- a/ext/bg/options.html +++ b/ext/bg/options.html @@ -2,9 +2,9 @@ <html lang="en"> <head> <meta charset="UTF-8"> - <title>Here go options</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"> + <title>Yomichan Options</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"> <style type="text/css"> .notifyAlerts { display: none; |