2014-11-05 17:52:55 -03:00
|
|
|
<div ng-init="$root.title = 'Page not found'"
|
2015-01-14 15:04:13 -03:00
|
|
|
ng-class="{'wide-page':!$root.iden}">
|
2014-08-04 11:27:46 -03:00
|
|
|
<div class="text-center">
|
2015-01-14 15:04:13 -03:00
|
|
|
<img ng-show="$root.iden" src="img/logo.svg" alt="Copay">
|
|
|
|
|
<img ng-show="!$root.iden" src="img/logo-negative.svg" alt="Copay">
|
2014-08-04 11:27:46 -03:00
|
|
|
</div>
|
2015-01-14 15:04:13 -03:00
|
|
|
<h1 class="text-center" ng-class="{'text-white': !$root.iden}">404</h1>
|
|
|
|
|
<h3 translate class="text-center" ng-class="{'text-white': !$root.iden}">Page not found</h3>
|
2014-09-05 16:58:28 -03:00
|
|
|
<p class="text-center"><a href="#!/">« <span translate>Back</span></a></p>
|
2014-07-24 10:41:56 -03:00
|
|
|
</div>
|
2015-01-15 17:16:51 -03:00
|
|
|
<div class="extra-margin-bottom"></div>
|