-
Notifications
You must be signed in to change notification settings - Fork 0
/
mebel.php
70 lines (50 loc) · 3.37 KB
/
mebel.php
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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="./css/header.css">
<link rel="stylesheet" type="text/css" href="./css/main-slider.css">
<link rel="stylesheet" type="text/css" href="./css/services.css">
<link rel="stylesheet" type="text/css" href="./css/main-portfolio-mebel.css">
<link rel="stylesheet" type="text/css" href="./css/about_us_mebel.css">
<link rel="stylesheet" type="text/css" href="./css/footer-mebel.css">
<title>Мебель на заказ в Улан-Удэ</title>
<meta name="keywords" content="мебель, Улан-Удэ, заказ, изготовление, мебели, замеры, качественный">
<meta name="description" content="Изготовление уютной и качественной мебели на заказ от компании EllCupidon! Офис компании находится в Улан-Удэ, но заказы принимаются по всей России.">
</head>
<body>
<!-- Yandex.Metrika counter --> <script type="text/javascript" defer> (function (d, w, c) { (w[c] = w[c] || []).push(function() { try { w.yaCounter46762149 = new Ya.Metrika({ id:46762149, clickmap:true, trackLinks:true, accurateTrackBounce:true, webvisor:true }); } catch(e) { } }); var n = d.getElementsByTagName("script")[0], s = d.createElement("script"), f = function () { n.parentNode.insertBefore(s, n); }; s.type = "text/javascript"; s.async = true; s.src = "https://mc.yandex.ru/metrika/watch.js"; if (w.opera == "[object Opera]") { d.addEventListener("DOMContentLoaded", f, false); } else { f(); } })(document, window, "yandex_metrika_callbacks"); </script> <noscript><div><img src="https://mc.yandex.ru/watch/46762149" style="position:absolute; left:-9999px;" alt="" /></div></noscript> <!-- /Yandex.Metrika counter -->
<div class="container">
<?php
require_once "functions/functions.php";
?>
<?php
require_once "blocks/header-mebel.php";
?>
<?php
require_once "blocks/slider-mebel.php";
?>
<?php
require_once "blocks/services.php";
?>
<?php
require_once "blocks/main-portfolio.php";
?>
<?php
require_once "blocks/about_us.php";
?>
<?php
require_once "blocks/footer-mebel.php";
?>
</div>
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/2.0.3/jquery.min.js" defer></script>
<script src="https://maps.api.2gis.ru/2.0/loader.js?pkg=full"></script>
<script defer type="text/javascript" src="./js/adaptiv.js"></script>
<script defer type="text/javascript" src="./js/smoothly.js"></script>
<script defer type="text/javascript" src="./js/dropdown.js"></script>
<script defer type="text/javascript" src="./js/slider.js"></script>
<script defer type="text/javascript" src="./js/order.js"></script>
</body>
</html>
<link rel="stylesheet" type="text/css" href="./css/grid.css">