Wallet/views/errors/404.html

11 lines
556 B
HTML
Raw Normal View History

2014-11-05 17:52:55 -03:00
<div ng-init="$root.title = 'Page not found'"
ng-class="{'wide-page':!$root.iden}">
2014-08-04 11:27:46 -03:00
<div class="text-center">
<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>
<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>
<p class="text-center"><a href="#!/">&laquo; <span translate>Back</span></a></p>
</div>
2015-01-15 17:16:51 -03:00
<div class="extra-margin-bottom"></div>