-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpost.html
More file actions
56 lines (38 loc) · 1.52 KB
/
post.html
File metadata and controls
56 lines (38 loc) · 1.52 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
54
55
56
<!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>
<main>
<div class="container">
<div>
<a href="index.html"><h1>All posts </h1></a>
<!-- <h1>New post</h1>-->
</div>
<div class="post-top">
<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>
<img class="post-top-icon top-pen" src="https://img.icons8.com/fluency/48/000000/pen.png" alt="">
<img class="post-top-icon top-del" src="https://img.icons8.com/fluency/48/000000/filled-trash.png"/>
<img class="post-top-icon top-menu" src="https://img.icons8.com/ios/50/000000/menu-2.png"/>
</div>
<div class="postList">
</div>
<div class="postPage">
</div>
</div>
</main>
</body>
<script src="./src/js/post.js"></script>
</html>