Skip to content

Commit

Permalink
Добавляет про copyright
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolai-shabalin committed Jun 29, 2021
1 parent 9132f1b commit b48299d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# Версии

## 1.0.12
Добавили про keywords
Добавили про:
- `keywords`
- `copyright`

## 1.0.11
Добавили про `viewport-fit`
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,9 @@
<!-- Указывает автора документа -->
<meta name="author" content="Nikolai Shabalin">

<!-- Принадлежность авторских прав-->
<meta name="copyright" content="Nikolai Shabalin">

<!-- Перезагружает страницу через указанное количество секунд -->
<meta http-equiv="Refresh" content="20">
<meta http-equiv="Refresh" content="20; URL=page4.html"> <!-- Перезагружает к указанной странице -->
Expand Down

0 comments on commit b48299d

Please sign in to comment.