Blame view

promo_hero3plus/index.php 1.54 KB
8d65d0ce   andryeyev   init
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
  <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN""http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  <HTML>
  <HEAD>
  <TITLE>Представляем самую передовую камеру GoPro!</TITLE>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <META Name="KEYWORDS" Content="Представляем самую передовую камеру GoPro!">
  <META Name="DESCRIPTION" Content="Представляем самую передовую камеру GoPro!">
  <!--<LINK HREF="http://<? print_r($_SERVER['HTTP_HOST']) ?>/css/style.css" TYPE="text/css" REL="stylesheet">-->
  <LINK HREF="http://<? print_r($_SERVER['HTTP_HOST']) ?>/promo_hero3plus/css/style.css" TYPE="text/css" REL="stylesheet">
  </HEAD>
  <BODY>
  <div class="main_container_div">
  	<div class="site_top">
    		<?php
      		include ("./tpl/top.php");
     		?>
  	</div>
  	<div class="div_main_block">
    		<?php
      		include ("./tpl/tpl_1.php");
     		?>
  	</div>
  </div>
  <div class="div_bottom">	
    <?php
    	include ("./tpl/bottom.php");
    ?>
  </div>
  <?
  	//$db->closeConnection();
  ?>
  
  <script type="text/javascript">
  
    var _gaq = _gaq || [];
    _gaq.push(['_setAccount', 'UA-24943363-32']);
    _gaq.push(['_trackPageview']);
  
    (function() {
      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
    })();
  
  </script>
  </BODY>
  </HTML>