Files
meanTorrent/modules/core/client/views/404.client.view.html
2017-07-04 16:06:44 +08:00

12 lines
439 B
HTML

<section>
<div class="container">
<div class="page-header">
<h1>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>