fixes: browser unsupported and page not found
This commit is contained in:
parent
44b364aa17
commit
69fbbd4888
4 changed files with 20 additions and 16 deletions
22
index.html
22
index.html
|
|
@ -18,18 +18,18 @@
|
||||||
<div class="inner-wrap">
|
<div class="inner-wrap">
|
||||||
|
|
||||||
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet || !$root.wallet.isReady()}">
|
<nav class="tab-bar" ng-class="{'hide-tab-bar' : !$root.wallet || !$root.wallet.isReady()}">
|
||||||
<section class="left-small">
|
<section class="left-small">
|
||||||
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
<a class="left-off-canvas-toggle menu-icon" ><span></span></a>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="middle tab-bar-section">
|
<section class="middle tab-bar-section">
|
||||||
<h1 class="right">
|
<h1 class="right">
|
||||||
{{totalBalance || 0 |noFractionNumber}} {{$root.unitName}}
|
{{totalBalance || 0 |noFractionNumber}} {{$root.unitName}}
|
||||||
</h1>
|
</h1>
|
||||||
<h1 class="title ellipsis">
|
<h1 class="title ellipsis">
|
||||||
{{$root.wallet.getName()}}
|
{{$root.wallet.getName()}}
|
||||||
</h1>
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<aside class="left-off-canvas-menu">
|
<aside class="left-off-canvas-menu">
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
<h2 class="text-center">404</h2>
|
<div class="text-center logo-setup">
|
||||||
|
<img src="../img/logo-negative-beta.svg" alt="Copay">
|
||||||
|
</div>
|
||||||
|
<h1 class="text-center text-white">404</h1>
|
||||||
<h3 class="text-center">Page not found</h3>
|
<h3 class="text-center">Page not found</h3>
|
||||||
<p class="text-center"><a href="/">go back...</a></p>
|
<p class="text-center"><a href="/">go back...</a></p>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
<div class="text-right">
|
<div class="text-right">
|
||||||
<a class="back-button text-white m20r" href="/" ng-hide="$root.wallet">« Back</a>
|
<a class="back-button text-white m20r" href="/">« Back</a>
|
||||||
<button type="submit" class="button primary m0 ng-binding" ng-disabled="setupForm.$invalid || loading" disabled="disabled" ng-click="save()">
|
<button type="submit" class="button primary m0 ng-binding" ng-disabled="setupForm.$invalid || loading" disabled="disabled" ng-click="save()">
|
||||||
Save
|
Save
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,7 @@
|
||||||
<h2 class="text-center">Browser unsupported</h2>
|
<div class="text-center logo-setup">
|
||||||
|
<img src="../img/logo-negative-beta.svg" alt="Copay">
|
||||||
|
</div>
|
||||||
|
<h1 class="text-center text-white">Browser unsupported</h1>
|
||||||
<h3 class="text-center">
|
<h3 class="text-center">
|
||||||
Copay uses webRTC for peer-to-peer communications,
|
Copay uses webRTC for peer-to-peer communications,
|
||||||
but your browser does not support it.
|
but your browser does not support it.
|
||||||
|
|
@ -9,5 +12,3 @@
|
||||||
For more information
|
For more information
|
||||||
on supported browsers please check <a href="http://www.webrtc.org/">http://www.webrtc.org/</a>
|
on supported browsers please check <a href="http://www.webrtc.org/">http://www.webrtc.org/</a>
|
||||||
</h3>
|
</h3>
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue