-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
35 lines (35 loc) · 1.34 KB
/
index.html
File metadata and controls
35 lines (35 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="assets/css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Chelsea+Market&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@600&display=swap" rel="stylesheet">
<title>Template</title>
</head>
<body>
<header class="header">
<div class="container">
<div class="header__inner">
<img class="header__logo" src="assets/img/logo.png">
<a class="name__logo">TEMPLATE</a>
<nav class="nav__logo">
<a class="nav__link" href="#">Shop</a>
</nav>
</div>
</div>
</header>
<div class="intro">
<div class="contrainer">
<img class="intro__background" src="assets/img/intro.jpg">
</div>
</div>
<div class="body__description">
<div class="container">
<div class="body__text__intro">
TEMPLATE - одни из самых популярных очков. Только у нас гарантия качества.
</div>
</div>
</div>
</body>
</html>