Коммит 0010e1cc создал по автору lopar's avatar lopar
Просмотр файлов

Стандарты W3C позволяют так делать и считают это валидным кодом.

владелец 78a5ac55
<?php
//Удаление BACKENED
require_once LIB . 'Class_Messages.php';
require_once STYLE . 'header.html';
//Окно чата
......@@ -17,7 +20,3 @@ require_once LIBJS . 'cross_object.js';
require_once LIBJS . 'send.js';
echo '</script>';
//Удаление BACKENED
require_once LIB . 'Class_Messages.php';
require_once STYLE . 'footer.html';
</body>
</html>
\ Нет новой строки в конце файла
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=utf-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Открытый чат</title>
<link href="./style/style.css" type="text/css" rel="stylesheet">
</head>
<body>
<!doctype html>
<html lang=''>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.ico" type="image/x-icon">
<title>Открытый чат</title>
<link href="./style/style.css" type="text/css" rel="stylesheet">
\ Нет новой строки в конце файла
Поддерживает Markdown
0% или .
You are about to add 0 people to the discussion. Proceed with caution.
Сначала завершите редактирование этого сообщения!
Пожалуйста, зарегистрируйтесь или чтобы прокомментировать