Merge branch 'master' of github.com:MicrosoftEdge/DevToolsSamples

* 'master' of github.com:MicrosoftEdge/DevToolsSamples:
  Update logging-with-table.html
  fixing titles
This commit is contained in:
codepo8 2021-03-18 22:06:29 +01:00
Родитель 5a49a92c8e daaeaf574b
Коммит 4e670cdf63
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 114D267A0A7E894A
4 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -8,7 +8,7 @@
<link rel="stylesheet" href="demostyles.css">
</head>
<body>
<h1>Console demos: log, info, error, warn</h1>
<h1>Console demos: Log, info, error, warn</h1>
<p>There is nothing to see here, you need to open the Developer Tools and check the console for the output.</p>

Просмотреть файл

@ -8,7 +8,7 @@
<link rel="stylesheet" href="demostyles.css">
</head>
<body>
<h1>Console demos: logging different types</h1>
<h1>Console demos: Logging different types</h1>
<p>There is nothing to see here, you need to open the Developer Tools and check the console for the output.</p>

Просмотреть файл

@ -8,7 +8,7 @@
<link rel="stylesheet" href="demostyles.css">
</head>
<body>
<h1>Console demos: grouping logs</h1>
<h1>Console demos: Grouping logs</h1>
<p>There is nothing to see here, you need to open the Developer Tools and check the console for the output.</p>

Просмотреть файл

@ -3,12 +3,12 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Console messages examples: grouping logs</title>
<title>Console messages examples: Using table</title>
<link rel="stylesheet" href="demostyles.css">
<link rel="shortcut icon" type="image/ico" href="favicon_io/favicon.ico"/>
</head>
<body>
<h1>Console demos: grouping logs</h1>
<h1>Console demos: Using table</h1>
<p>There is nothing to see here, you need to open the Developer Tools and check the console for the output.</p>