diff options
author | Bryan Bishop <kanzure@gmail.com> | 2015-06-08 13:55:27 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2015-06-08 13:55:27 -0500 |
commit | 5df81c16fdf3f597461195bbb65982d630b10f2a (patch) | |
tree | 98f0306e83d27320c623f475c557145f69db3c4e | |
parent | f67d5a00077912dadfaeb825cf9367c9e4ffdd06 (diff) | |
download | rpcblockchainexplorer-5df81c16fdf3f597461195bbb65982d630b10f2a.tar.gz rpcblockchainexplorer-5df81c16fdf3f597461195bbb65982d630b10f2a.zip |
use bootstrap css theme
-rw-r--r-- | rpcblockchainexplorer/templates/layout.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rpcblockchainexplorer/templates/layout.html b/rpcblockchainexplorer/templates/layout.html index e012001..214a07c 100644 --- a/rpcblockchainexplorer/templates/layout.html +++ b/rpcblockchainexplorer/templates/layout.html @@ -2,6 +2,9 @@ <html> <head> <title>{% if title %}{{ title }}{% else %}rpcblockchainexplorer{% endif %}</title> + + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css" /> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap-theme.min.css" /> </head> <body> {% include "header.html" %} |