404 switch error to mobile

This commit is contained in:
M_12 2023-04-19 19:05:11 +06:00
parent fe4baeddd9
commit 70e07cf49a

View file

@ -11,6 +11,7 @@
</head>
<body>
<!-- ERROR_VERSION -->
<div class="main error">
<div class="header">
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
@ -28,6 +29,22 @@
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
</div>
</div>
<!-- MOBILE_VERSION -->
<div class="main mobile">
<div class="header">
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
</div>
<div class="body">
<div class="info">
<b>Перезайдите с компьютера. На наших серверах играть можно только с него.</b>
<b>(⌐■_■)</b>
</div>
</div>
<div class="footer">
<h1>Зажигин Богдан Алексеевич</h1>
</div>
</div>
<script src="script.js"></script>
</body>