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
|
|
@ -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>
|
||||
<p class="text-center"><a href="/">go back...</a></p>
|
||||
|
||||
|
|
|
|||
|
|
@ -63,7 +63,7 @@
|
|||
</fieldset>
|
||||
|
||||
<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()">
|
||||
Save
|
||||
</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">
|
||||
Copay uses webRTC for peer-to-peer communications,
|
||||
but your browser does not support it.
|
||||
|
|
@ -9,5 +12,3 @@
|
|||
For more information
|
||||
on supported browsers please check <a href="http://www.webrtc.org/">http://www.webrtc.org/</a>
|
||||
</h3>
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue