404 switch error to mobile
This commit is contained in:
parent
fe4baeddd9
commit
70e07cf49a
1 changed files with 17 additions and 0 deletions
|
@ -11,6 +11,7 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
<!-- ERROR_VERSION -->
|
||||||
<div class="main error">
|
<div class="main error">
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
|
<img src="https://org.zaboal.name/assets/logo-playroom_green.svg" alt="Логотип «Игровой»" />
|
||||||
|
@ -28,6 +29,22 @@
|
||||||
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
<h1>Зажигин Богдан Алексеевич · ИНН 519056542114</h1>
|
||||||
</div>
|
</div>
|
||||||
</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>
|
<script src="script.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue