diff --git a/index.html b/index.html
index 32dbb7a..5a87adc 100644
--- a/index.html
+++ b/index.html
@@ -1,8 +1,9 @@
+
- Change this you moron
+ Sheet Divider
@@ -21,9 +22,61 @@
- {{title}}
+ Sheet Divider
-
+
@Klemek - Github Repository - 2019
diff --git a/main.js b/main.js
index e90e568..5198af1 100644
--- a/main.js
+++ b/main.js
@@ -1,41 +1,7 @@
/* exported app, utils */
const utils = {
- ajax: {
- proxy: 'cors-anywhere.herokuapp.com',
- /**
- * Define a get HTTP request to be executed with .then/.catch
- * @param {string} url
- * @param {Object} data
- * @param {boolean} proxy - use cors proxy
- * @returns {Promise