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

11 lines
283 B
HTML
Raw Normal View History

{{!< layout}}
2013-05-22 17:03:50 +03:00
{{#contentFor 'content'}}
2014-02-10 13:09:25 +02:00
<h1>Page Not Found</h1>
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
{{url}} is not a valid path.
</div>
{{/contentFor}}