Add htmlwidgets reqs to template

This commit is contained in:
hadley
2015-10-29 10:15:48 -05:00
parent 23908731a6
commit 3b5b47aacd
6 changed files with 663 additions and 1 deletions

View File

@@ -8,6 +8,11 @@
<link href="www/bootstrap.min.css" rel="stylesheet">
<link href="www/highlight.css" rel="stylesheet">
<script src="www/jquery-1.11.0/jquery.min.js"></script>
<script src="www/htmlwidgets-0.5/htmlwidgets.js"></script>
<link href="www/str_view-0.1.0/str_view.css" rel="stylesheet" />
<script src="www/str_view-binding-1.0.0.9000/str_view.js"></script>
<link href='http://fonts.googleapis.com/css?family=Inconsolata:400,700'
rel='stylesheet' type='text/css'>
</head>