-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (63 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
67 lines (63 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
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="en">
<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>
<div class="container">
<h2>HTML-CSS Layouts</h2>
<a href="./3-page column layout/index.html">3-column-feed</a>
<br>
<br>
<a href="./sidebar_content/index.html">sidebar-content</a>
<br>
<br>
<a href="./filter+grid/index.html">filter-grid</a>
<br>
<br>
<a href="./map-list split/index.html">map-list-split</a>
<br>
<br>
<a href="./dashboard kpi/index.html">dashboard-kpi</a>
<br>
<br>
<a href="./crm/index.html">crm-record-detail</a>
<br>
<br>
<a href="./data table/index.html">data-table</a>
<br>
<br>
<a href="./kanban board/index.html">kanban-board</a>
<br>
<br>
<a href="./chat/index.html">chat-messenger</a>
<br>
<br>
<a href="./profile+feed/index.html">profile-feed</a>
<br>
<br>
<a href="./search-results/index.html">search-results</a>
<br>
<br>
<a href="./video player/index.html">video-player</a>
<br>
<br>
<a href="./e-commerce/index.html">e-commerce-pdp</a>
<br>
<br>
<a href="./live score/index.html">live-score</a>
<br>
<br>
<a href="./settings/index.html">settings-page</a>
<br>
<br>
<a href="./calender/index.html">calendar</a>
<br>
<br>
<a href="./form builder/index.html">form-builder</a>
</div>
</body>
</html>