-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathotzyvy-patsientov.html
54 lines (50 loc) · 1.85 KB
/
otzyvy-patsientov.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE html>
<html lang='en' xml:lang='en' xmlns='http://www.w3.org/1999/xhtml'>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="./assets/application.css" media="all" rel="stylesheet" type="text/css" />
<script src="./assets/application.js" type="text/javascript"></script>
<title>Perifocal.ru: Оптическое управление рефрактогенезом и гомеостазом глаза</title>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-47890761-1', 'perifocal.ru');
ga('send', 'pageview');
</script>
</head>
<body>
<div class='wrapper'>
<div class='wrapper-pd'>
<header>
<a href="index.html"><img class="logo" src="./assets/logo.png" /></a>
<nav class='top-menu'>
<ul>
<li class='first'><a href="index.html">Главная</a></li>
<li><a href="kontakty.html">Контакты</a></li>
</ul>
</nav>
</header>
<!-- начало страницы -->
<section>
<h1>Отзывы пациентов</h1>
</section>
<!-- конец страницы -->
</div>
</div>
<footer>
<div class='footer-pd'>
<h1 class='h-news'> </h1>
<h1>Контакты</h1>
<div class='contacts'>
<span>+7 (495) 331 66 11<br>+7 (499) 723 04 08</span>
ул. Каховка, д. 33, стр. 1
</div>
<div class='copy-design'>
<div class='copy'>Все права защищены ООО “АртОптика”</div>
</div>
</div>
</footer>
</body>
</html>