diff --git a/index.html b/index.html
index 4ede9ff..2044013 100644
--- a/index.html
+++ b/index.html
@@ -38,6 +38,8 @@
+
+
diff --git a/js/app.js b/js/app.js
new file mode 100644
index 0000000..32e8cac
--- /dev/null
+++ b/js/app.js
@@ -0,0 +1,3 @@
+document.addEventListener('deviceready', function() {
+ navigator.splashscreen.hide();
+}, false);