Ignore:
Timestamp:
07/07/23 12:14:58 (12 months ago)
Author:
HristijanMitic00 <hristijan.mitic.01@…>
Branches:
main
Parents:
1dd9226
Message:

First commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/main/resources/templates/access_denied.html

    r1dd9226 rd14176d  
    1 <!DOCTYPE html>
    2 <html lang="en">
    3 <head>
    4   <meta charset="UTF-8">
    5   <title>$Title$</title>
    6 </head>
    7 <body>
    8 $END$
    9 </body>
    10 </html>
     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 TracChangeset for help on using the changeset viewer.