-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (35 loc) · 1.31 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
36
37
38
39
40
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<title>GoldBerry.by</title>
<link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="index.css" />
</head>
<body>
<canvas id="c"></canvas>
<div class="gold-berry-main">
<img class="gold-berry-logo" src="logo.svg" alt="GoldBerry.by" />
<h1 class="gold-berry-h1">
Уважаемые клиенты!
<br />
<br />
Интернет-магазин GoldBerry.by прекратил свою работу.
</h1>
<div class="gold-berry-content">
По вопросам гарантийного обслуживания обращайтесь по телефону +375-29-309-05-69 или в официальные магазины
Samsonite
</div>
</div>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-73269364-5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-73269364-5');
</script>
</body>
</html>