forked from joshbuchea/HEAD
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a4d5b0a
commit f5b583b
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -176,6 +176,14 @@ | |
|
||
<!-- Дата последнего изменения документа --> | ||
<meta name="revised" content="Sunday, July 18th, 2010, 5:15 pm" /> | ||
|
||
<!-- Используется как description, но для научных статей--> | ||
<meta name="abstract" content=""> | ||
<meta name="topic" content=""> | ||
<meta name="summary" content=""> | ||
|
||
<!-- Для обратной связи --> | ||
<meta name="reply-to" content="[email protected]"> | ||
``` | ||
|
||
Для роботов есть несколько значений: | ||
|
@@ -255,6 +263,9 @@ | |
<!-- Создатель документа --> | ||
<meta name="creator" content="Nikolai Shabalin"> | ||
|
||
<!-- Владелец --> | ||
<meta name="owner" content=""> | ||
|
||
<!-- Перезагружает страницу через указанное количество секунд --> | ||
<meta http-equiv="Refresh" content="20"> | ||
<meta http-equiv="Refresh" content="20; URL=page4.html"> <!-- Перезагружает к указанной странице --> | ||
|