Files
meanTorrent/modules/core/client/views/404.client.view.html

12 lines
444 B
HTML
Raw Normal View History

2017-05-13 18:41:32 +08:00
<section>
<div class="container">
<div class="page-header">
<h1>Page Not Found</h1>
</div>
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span ng-if="vm.errorMessage" ng-bind="vm.errorMessage"></span>
<span ng-if="!vm.errorMessage">Page Not Found</span>
</div>
</div>
</section>