aboutsummaryrefslogtreecommitdiff
path: root/public/main.js
diff options
context:
space:
mode:
authorAdam Hovorka <[email protected]>2019-07-17 12:35:46 -0600
committerAdam Hovorka <[email protected]>2019-07-17 12:35:46 -0600
commit6bb3e72df331ef45a69fe7f76ed4b7e7babe021a (patch)
tree9d9a4c95a92517f4d165fb82f2195446e8e68e5c /public/main.js
Initial commit
Diffstat (limited to 'public/main.js')
-rw-r--r--public/main.js7
1 files changed, 7 insertions, 0 deletions
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
+
+});