diff --git a/index.html b/index.html
index afba600..4a268c4 100644
--- a/index.html
+++ b/index.html
@@ -45,6 +45,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);