-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (58 loc) · 2.7 KB
/
index.html
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href=""><img class="logo" src="icons/logo-stackoverflow-svgrepo-com.svg" alt="лого"></a>
<img class="menu_icon" src="icons/menu-svgrepo-com (1).svg">
</header>
<main>
<div class="tables">
<div class="block">
<h2>01</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
<div class="block">
<h2>02</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
<div class="block">
<h2>03</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
<div class="block">
<h2>04</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
<div class="block">
<h2>05</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
<div class="block">
<h2>06</h2>
<span>Sample text. Click to select the text box. Click again or double click to start editing the text.
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla
pariatur.</span>
</div>
</div>
</main>
<footer>
<p class="footer-text">Sample text. Click to select the text box. Click again or double click to start editing the text.</p>
</footer>
</body>
</html>