-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
35 lines (35 loc) · 1.32 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
<!DOCTYPE html>
<!-- Главная страница -->
<html lang="ru">
<head>
<link rel="stylesheet" href="./assets/css/main.css">
</head>
<body>
<div class="page">
<header class="header">
<div class="container">
<h1 class="header__title">Reusable component library</h1>
</div>
</header>
<main class="content">
<div class="container content__preview">
<div class="card"></div>
<div class="card"></div>
<div class="card"></div>
<div class="card"></div>
<div class="card"></div>
<div class="card"></div>
</div>
</main>
<footer class="footer">
<h2 class="footer__title">About</h2>
<p class="footer__text">
This project is a collection of professionally designed, pre-built,
fully responsive HTML snippets you can drop into your projects.
Get started by checking out our free preview components,
or browsing the PNG previews in the categories you're most curious about.
</p>
</footer>
</div>
</body>
</html>