Display Loading... while erpnext is being loaded for first time
diff --git a/index.html b/index.html
index 741a983..5e7bc59 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
 	<meta charset="utf-8">
 	<title>ERPNext</title>
 	<meta name="author" content="">
-	<script type="text/javascript">window._version_number="30"
+	<script type="text/javascript">window._version_number="31"
 
 wn={}
 wn.provide=function(namespace){var nsl=namespace.split('.');var l=nsl.length;var parent=window;for(var i=0;i<l;i++){var n=nsl[i];if(!parent[n]){parent[n]={}}
@@ -70,10 +70,10 @@
 	<div id="body_div"> 
 
 		<!--static (no script) content-->
-		<div class="no_script">
-			No content
+		<div class="no_script" style='font-family: verdana, sans'>
+			Loading...
 		</div>
 	</div>
 	<script>wn.require('js/app.js');</script>
 	<div id="dialog_back"></div>
-</body>
\ No newline at end of file
+</body>
diff --git a/templates/index.html b/templates/index.html
index 1f83af3..af0b8e5 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -12,10 +12,10 @@
 	<div id="body_div"> 
 
 		<!--static (no script) content-->
-		<div class="no_script">
-			No content
+		<div class="no_script" style='font-family: verdana, sans'>
+			Loading...
 		</div>
 	</div>
 	<script>wn.require('js/app.js');</script>
 	<div id="dialog_back"></div>
-</body>
\ No newline at end of file
+</body>
diff --git a/version.num b/version.num
index 8580e7b..b74e882 100644
--- a/version.num
+++ b/version.num
@@ -1 +1 @@
-30
\ No newline at end of file
+31
\ No newline at end of file