diff options
Diffstat (limited to 'admin/resources/partials/forbidden.html')
-rw-r--r-- | admin/resources/partials/forbidden.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/admin/resources/partials/forbidden.html b/admin/resources/partials/forbidden.html new file mode 100644 index 0000000..b40f2e7 --- /dev/null +++ b/admin/resources/partials/forbidden.html @@ -0,0 +1,7 @@ +<div id="content-area" class="col-sm-12" role="main"> + <div class="error-container"> + <h2>Forbidden</h2> + <p class="instruction">You don't have access to the requested resource.</p> + <a href="#" class="link-right">Go to the home page »</a> + </div> +</div>
\ No newline at end of file |