Исправляет #5: ручками форматнул из HTML в XHTML
This commit is contained in:
parent
2e79e3ef16
commit
f4573aefbe
3 changed files with 36 additions and 21 deletions
|
@ -1,16 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Error</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="site" class="error">
|
||||
<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="Логотип «Игровой»" />
|
||||
</div>
|
||||
<div class="info">
|
||||
<h1>404</h1>
|
||||
|
@ -25,4 +28,6 @@
|
|||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
|
@ -1,16 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Zaboal</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg">
|
||||
<link rel="stylesheet" href="style.css" />
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="site" class="black">
|
||||
<div class="header">
|
||||
<img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»">
|
||||
<img src="https://org.zaboal.name/assets/logo-playroom_black.svg" alt="Логотип «Игровой»" />
|
||||
</div>
|
||||
<div class="info">
|
||||
<b>Единый проход на сервера опен-сорс игр с регулярным тусейшеном и ахуенными плагинами <big>ヾ(⌐■_■)ノ♪</big></b>
|
||||
|
@ -21,4 +24,6 @@
|
|||
</div>
|
||||
<script src="script.js"></script>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
|
@ -1,16 +1,19 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="ru">
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ru">
|
||||
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Mobile</title>
|
||||
<link rel="stylesheet" href="mobile.css">
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg">
|
||||
<link rel="stylesheet" href="mobile.css" />
|
||||
<link rel="icon" href="https://org.zaboal.name/assets/logo-playroom_green_black-border.svg" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="mobile" class="error">
|
||||
<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="Логотип «Игровой»" />
|
||||
</div>
|
||||
<div class="info">
|
||||
<b>Перезайдите с компьютера. На наших серверах играть можно только с него.<big>(⌐■_■)</big></b>
|
||||
|
@ -20,4 +23,6 @@
|
|||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
</html>
|
Loading…
Add table
Reference in a new issue