-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlesson46.html
More file actions
37 lines (37 loc) · 1.71 KB
/
lesson46.html
File metadata and controls
37 lines (37 loc) · 1.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="css/lesson46.css ">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Lesson 46</title>
</head>
<body>
<div class="wrap">
<article class="post-preview">
<header class="post-info">
<h2 class="post-title"><a href="#">Блог: техническое</a></h2>
<div class="post-data">
<span class="post-date">Опубликовано: <a href="#">22/12/2011</a></span>
<span class="post-category">Категория: <a href="#">Блог</a></span>
<span class="post-comment"><a href="#">Оставить комментарий</a></span>
<ul class="article-tags">
<li><a href="#">blog</a></li>
<li><a href="#">lytdybr</a></li>
<li><a href="#">thoughts</a></li>
</ul>
</div>
</header>
<figure class="article-poster">
<img src="http://magon.net.ru/wp-content/uploads/robotstxt-300x244.jpg" alt="Робот" title="bot">
</figure>
<div class="entry">
<p>Друзья, нужна помощь!</p>
<p>Бес попутал и я пару месяцев назад решил "оптимизировать" файл robot.txt на сайте. Дооптимизировался!</p>
<a href="#" class="more">Читать дальше</a>
</div>
</article>
</div>
</body>
</html>