summaryrefslogtreecommitdiff
path: root/www/templates/invalidapi.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/invalidapi.html')
-rw-r--r--www/templates/invalidapi.html21
1 files changed, 11 insertions, 10 deletions
diff --git a/www/templates/invalidapi.html b/www/templates/invalidapi.html
index 3a63e545..c73e8be7 100644
--- a/www/templates/invalidapi.html
+++ b/www/templates/invalidapi.html
@@ -5,27 +5,28 @@
<ion-content class="pin-background">
<div style="margin-left:20px; margin-right:20px">
<center>
- <br/>
- <br/>
+ <br />
+ <br />
<div id="responsive-image">
<img src="img/authlogo.png">
</div>
- <br/>
+ <br />
<span style="color:white">
<h2 style="color:white" class="animated bounce">{{'kInvalidAPIHeader' | translate}}</h2>
- <br/>
+ <br />
<h4 style="color:white">{{'kInvalidAPIBody' | translate}}</h4>
- <br/>
- <br/>
+ <br />
+ <br />
<button class="button button-stable animated bounceInUp" ng-click="readFAQ()">
- {{'kInvalidAPIRead' | translate}}</button> <button class="button button-stable animated bounceInUp" ng-click="openMenu()">
- {{'kMenuOptions' | translate}}</button>
-
+ {{'kInvalidAPIRead' | translate}}</button> <button class="button button-stable animated bounceInUp"
+ ng-click="openMenu()">
+ {{'kMenuOptions' | translate}}</button>
+
</span>
</center>
- <br/>
+ <br />
</div>
</ion-content>
</ion-view>