-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (37 loc) · 1.22 KB
/
index.html
File metadata and controls
53 lines (37 loc) · 1.22 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
42
43
44
45
46
47
48
49
50
51
52
53
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="./src/css/style.css">
</head>
<body>
<header>
</header>
<main>
<div class="container">
<div class="header-under__form-wrapper">
<h1>All posts </h1>
<form class='header-under__form'>
<span class='header-under__icon'>
<img src="https://img.icons8.com/external-sbts2018-outline-color-sbts2018/58/000000/external-search-ecommerce-basic-1-sbts2018-outline-color-sbts2018.png"/>
</span>
<input class='header-under__search' placeholder='поиск поста' type="text"/>
<button class='header-under__btn'>Найти</button>
</form>
</div>
</div>
<div class="container">
<div class="postList">
</div>
</div>
<ul id="pagination">
<!-- <li class="pagination-btn">1</li>-->
</ul>
</main>
</body>
<script src="src/js/main.js"></script>
</html>