From 6bb3e72df331ef45a69fe7f76ed4b7e7babe021a Mon Sep 17 00:00:00 2001 From: Adam Hovorka Date: Wed, 17 Jul 2019 12:35:46 -0600 Subject: Initial commit --- public/main.js | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 public/main.js (limited to 'public/main.js') diff --git a/public/main.js b/public/main.js new file mode 100644 index 0000000..eae1d63 --- /dev/null +++ b/public/main.js @@ -0,0 +1,7 @@ +document.addEventListener("DOMContentLoaded", async () => { "use strict" + +const $ = s => document.querySelector(s); + +// TODO + +}); -- cgit v1.2.3-54-g00ecf