diff --git a/index.html b/index.html
index cd50e34..6aed7c9 100644
--- a/index.html
+++ b/index.html
@@ -213,6 +213,7 @@
+
diff --git a/js/index.js b/js/index.js
new file mode 100644
index 0000000..e44ec3a
--- /dev/null
+++ b/js/index.js
@@ -0,0 +1,6 @@
+$(document).ready(function() {
+ $('.brand-logo').typed({
+ strings: ['play.TotalFreedom.me'],
+ typeSpeed: 30
+ });
+});
\ No newline at end of file
diff --git a/js/main.js b/js/main.js
index 99de8c6..2990526 100644
--- a/js/main.js
+++ b/js/main.js
@@ -30,13 +30,6 @@ $(document).ready(function() {
});
-$(document).ready(function() {
- $('.brand-logo').typed({
- strings: ['play.TotalFreedom.me'],
- typeSpeed: 30
- });
-});
-
$(document).ready(function() {
(new Date).getFullYear();