Skip to content

Commit

Permalink
Initial structure setup
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Weston committed Jul 18, 2016
1 parent ef40631 commit 47f584d
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
Empty file added css/style.css
Empty file.
14 changes: 14 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<!DOCTYPE html>
<html>
<head>
<link href="css/style.css" rel="stylesheet">
<script src="https://d3js.org/d3.v4.min.js"></script>
<title>D3.js In Action</title>
</head>
<body>

<script src="js/main.js" type="text/javascript"></script>
</body>


</html>
Empty file added js/main.js
Empty file.

0 comments on commit 47f584d

Please sign in to comment.