source: src/main/resources/templates/access_denied.html@ d14176d

main
Last change on this file since d14176d was d14176d, checked in by HristijanMitic00 <hristijan.mitic.01@…>, 12 months ago

First commit

  • Property mode set to 100644
File size: 420 bytes
Line 
1<div class="container py-5">
2 <div class="row">
3 <div class="col-md-2 text-center">
4 <p><i class="fa fa-exclamation-triangle fa-5x"></i><br/>Status Code: 403</p>
5 </div>
6 <div class="col-md-10">
7 <p>Sorry, your access is refused.<br/>Please go back to the previous page to continue browsing.</p>
8 <a class="btn btn-danger" href="javascript:history.back()">Go Back</a>
9 </div>
10 </div>
11</div>
Note: See TracBrowser for help on using the repository browser.