Skip to content

Commit

Permalink
Downloaded d3 and lodash for offline use (font will be missing though)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewTBurks committed Mar 8, 2017
1 parent c2e6d5d commit f326ed8
Show file tree
Hide file tree
Showing 3 changed files with 33,651 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
<link href="https://fonts.googleapis.com/css?family=Istok+Web" rel="stylesheet">

<!-- JS Libs-->
<script src="https://d3js.org/d3.v4.min.js" charset="utf-8"></script>
<script src="./lib/d3.v4.js" charset="utf-8"></script>
<script src="./lib/WebContent/zip.js"></script>
<script src="./lib/WebContent/zip-fs.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/lodash.js/4.17.4/lodash.min.js" charset="utf-8"></script>
<script src="./lib/lodash.js" charset="utf-8"></script>

<!-- CSS Src -->
<link rel="stylesheet" href="./src/css/main.css" />
Expand Down
Loading

0 comments on commit f326ed8

Please sign in to comment.