-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
41 lines (38 loc) · 1.35 KB
/
index.html
File metadata and controls
41 lines (38 loc) · 1.35 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
38
39
40
41
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Home work</title>
<link rel="stylesheet" href="style.css">
</head>
<body class="body">
<div class="header">
<div class="product">
<div class="pname">Product name</div>
<ul class="list">
<li>Put on this page information about your product</li>
<li>A detailed description of your product</li>
<li>Tell us about the advantages and merits</li>
<li>Associate the page with the payment system</li>
</ul>
</div>
<div class="logo"></div>
</div>
<div class="content">
<div class="item">По макету пока не успел</div>
<div class="item">Сделал то, что на уроке было</div>
<div class="item">Ночь уже, спать хочу</div>
<div class="item">А домашку сделать надо</div>
<div class="item">Врде можно за три урока</div>
<div class="item">Выполнить полностью задание</div>
</div>
<div class="news">
<div class="block">GOOD NEWS</div>
<div class="block">VERY GOOD NEWS</div>
<div class="block">BAD NEWS</div>
</div>
<div class="footer">
All right reserved
</div>
</body>
</html>