From 4d0a0a4e6ed03942073e7bd99a6a80af7f260638 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Mon, 2 Oct 2017 20:56:51 -0400 Subject: [PATCH] init --- app.js | 1 + index.html | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 app.js create mode 100644 index.html diff --git a/app.js b/app.js new file mode 100644 index 0000000..7b5328f --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +console.log(d3); diff --git a/index.html b/index.html new file mode 100644 index 0000000..ec470d6 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + + + + + + +