Display Loading... while erpnext is being loaded for first time
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>