Files
meanTorrent/modules/core/client/views/403.client.view.html
2017-11-30 15:04:58 +08:00

12 lines
441 B
HTML

<section>
<div class="container">
<div class="page-header">
<h3 translate="STATUS_PAGE.FORBIDDEN"></h3>
</div>
<div class="alert alert-danger" role="alert">
<span class="glyphicon glyphicon-exclamation-sign" aria-hidden="true"></span>
<span class="sr-only">Error:</span>
<span translate="STATUS_PAGE.NOT_AUTHORIZED_THIS"></span>
</div>
</div>
</section>