Initial commit
This commit is contained in:
8
client/res/templates/errors/403.tpl
Normal file
8
client/res/templates/errors/403.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="container">
|
||||
<div class="panel panel-default block-center-md margin-top-2x">
|
||||
<div class="panel-body">
|
||||
<h1 class="text-5em text-soft margin-bottom-4x">403</h1>
|
||||
<p class="text-large">{{translate 'error403' category='messages'}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
8
client/res/templates/errors/404.tpl
Normal file
8
client/res/templates/errors/404.tpl
Normal file
@@ -0,0 +1,8 @@
|
||||
<div class="container">
|
||||
<div class="panel panel-default block-center-md margin-top-2x">
|
||||
<div class="panel-body">
|
||||
<h1 class="text-5em text-soft margin-bottom-4x">404</h1>
|
||||
<p class="text-large">{{translate 'error404' category='messages'}}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user