1
0
mirror of https://github.com/KubaPro010/fm-dx-webserver.git synced 2026-02-27 06:23:53 +01:00

403 message edit

This commit is contained in:
NoobishSVK
2024-11-05 21:18:57 +01:00
parent 22a3138b92
commit 275be6abc3

View File

@@ -12,14 +12,14 @@
<div id="wrapper" class="auto"> <div id="wrapper" class="auto">
<div class="panel-100 no-bg"> <div class="panel-100 no-bg">
<img class="top-10" src="./images/openradio_logo_neutral.png" height="64px"> <img class="top-10" src="./images/openradio_logo_neutral.png" height="64px">
<h2 class="text-monospace text-light text-center">[Unauthorized]</h2> <h2 class="text-monospace text-light text-center">[403]</h2>
<div class="panel-100 p-10"> <div class="panel-100 p-10">
<br> <br>
<i class="text-big fa-solid fa-exclamation-triangle color-4"></i> <i class="text-big fa-solid fa-exclamation-triangle color-4"></i>
<p>You are not authorized to use this tuner. <br> <p>
There's a possibility you were kicked or banned by the administrator.<br> There's a possibility you were kicked by the system.<br>
Please try again later or contact the owner.</p> Please try again later.</p>
</div> </div>
</div> </div>
</div> </div>