diff options
-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" %} |