mirror of
https://github.com/taobataoma/meanTorrent.git
synced 2026-01-13 10:52:23 +01:00
17 lines
458 B
HTML
17 lines
458 B
HTML
{{!< layout}}
|
|
|
|
{{#contentFor 'content'}}
|
|
<section ui-view>
|
|
<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 class="sr-only">Error:</span>
|
|
{{url}} is not a valid path.
|
|
</div>
|
|
</div>
|
|
</section>
|
|
{{/contentFor}}
|