From e35a5ccbf338cd3a9cdbf32049e6beb792aeb294 Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sun, 10 Sep 2017 00:44:28 -0400 Subject: [PATCH] setting up --- app.js | 1 + index.html | 11 +++++++++++ 2 files changed, 12 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..70f6719 --- /dev/null +++ b/app.js @@ -0,0 +1 @@ +alert('hi'); diff --git a/index.html b/index.html new file mode 100644 index 0000000..6f4df57 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + + + + + +