-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (50 loc) · 1.75 KB
/
index.html
File metadata and controls
53 lines (50 loc) · 1.75 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
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="Левое меню сайта ремонта техники">
<meta name="keywords"
content="ремонт, ремонтируемые устройства, ноутбук, Dell">
<title>Авторизованный сервисный центр по ремонту техники Dell</title>
<!-- Подключаю нормалайз сиэсэс -->
<!-- hello world -->
<link rel="stylesheet" href="css/normalize.css">
<link
rel="stylesheet"
href="node_modules/swiper/swiper-bundle.css" />
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/media.css">
</head>
<body>
<main class="main">
<!-- Slider main container -->
<div class="swiper">
<div class="swiper__gradient-block">
</div>
<h2 class="swiper__title">
Ремонт техники различных брендов
</h2>
<!-- Additional required wrapper -->
<ul class="swiper-wrapper">
<!-- Slides -->
</ul>
<!-- If we need pagination -->
<div class="swiper-pagination"></div>
<button class="swiper__handler">Показать все</button>
</div>
</main>
<template id="slide-template">
<div class="swiper-slide flex">
<div class="logoplace">
</div>
<button class="swiper__btn">
</button>
</div>
</template>
<script src="node_modules/swiper/swiper-bundle.min.js"></script>
<script src="main.js"></script>
</body>
</html>