-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsections.html
More file actions
33 lines (32 loc) · 1.24 KB
/
Copy pathsections.html
File metadata and controls
33 lines (32 loc) · 1.24 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Выбери свою эмоцию — от радости до страха.
Каждая категория открывает плейлист."/>
<title>разделы</title>
<link rel="stylesheet" href="css/style.css">
<script src="js/sections.js" charset="UTF-8"></script>
<link rel="icon" type="image/png" href="img/favicon.png">
</head>
<body>
<section class="sections">
<div class="sec" id="spacesec">
<div class="sec_pic" id="space_pic"></div>
<div class="space_icon"></div>
<p class="header" id="space_txt">пространство</p>
</div>
<div class="sec" id="player">
<div class="sec_pic" id="player_pic"></div>
<div class="player_icon"></div>
<p class="header">плеер</p>
</div>
<div class="sec" id="merch">
<div class="sec_pic" id="shop_pic"></div>
<div class="shop_icon"></div>
<p class="header">магазин</p>
</div>
</section>
</body>
</html>