diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/refresh.html | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/templates/refresh.html b/www/templates/refresh.html new file mode 100644 index 00000000..e320f99b --- /dev/null +++ b/www/templates/refresh.html @@ -0,0 +1,17 @@ +<ion-view view-title="{{$root.appName}}" hide-nav-bar="true" hide-back-button="true" cache-view="false"> + <ion-content class="pin-background"> + <div style="margin-left:20px; margin-right:20px"> + <center> + <br/> + <br/> + <br/> + <span style="color:white"> + <h4 style="color:rgb(156, 156, 156)">{{'kLoading' | translate}}</h2> + + + </span> + <br/> + </center> + </div> + </ion-content> +</ion-view> |
