chore: ci mariadb stuff - added 11.1 and removed 10.9 (#6834)
[openemr.git] / templates / core / unauthorized.html.twig
blob92441498b25e24e721d3bce92ea59a9c7ebe70dd
1 <html>
2     <head>
3         <title>{{ pageTitle|text }}</title>
4         {{ setupHeader() }}
5     </head>
6     <body>
7         <div class="d-flex w-100 h-75 align-items-center justify-content-center">
8             <h3>
9                 {{ pageTitle|text }} {{ "Not Authorized"|xlt }}
10             </h3>
11         </div>
12     </body>
13 </html>