/var/www/hkosl.com/innoutstorage2019/tc/html_head.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
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<link rel="icon" href="../images/favicon.ico" type="image/x-icon">

<!-- Stylesheets
============================================= -->
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700|Roboto:300,400,500,700" rel="stylesheet" type="text/css" />
<link rel="stylesheet" href="../css/bootstrap.css?v20180622" type="text/css" />
<link rel="stylesheet" href="../style.css" type="text/css" />

<!-- One Page Module Specific Stylesheet -->
<link rel="stylesheet" href="../onepage.css?v20180622" type="text/css" />
<!-- / -->

<link rel="stylesheet" href="../css/dark.css" type="text/css" />
<link rel="stylesheet" href="../css/font-icons.css" type="text/css" />
<link rel="stylesheet" href="../css/et-line.css" type="text/css" />
<link rel="stylesheet" href="../css/animate.css" type="text/css" />
<link rel="stylesheet" href="../css/magnific-popup.css" type="text/css" />

<link rel="stylesheet" href="../css/fonts.css" type="text/css" />

<link rel="stylesheet" href="../css/responsive.css?v20180622" type="text/css" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<!--[if lt IE 9]>
<script src="http://css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script>
<![endif]-->

<!-- External JavaScripts
============================================= -->
<script type="text/javascript" src="../js/jquery.js"></script>
<script type="text/javascript" src="../js/plugins.js"></script>

<!-- Document Title
============================================= -->
<?php include('seo-title.php'); ?>
<title><?php //=$site_info["companyname_".$langcode] 
        
echo $title?></title>
<meta name="keywords" content="<?=$site_info["metakeyword_".$langcode]?>">
<meta name="description" content="<?php //=$site_info["metadescription_".$langcode] 
                                    
echo $meta?>">

<!--Google analytics tracking code -->
<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-69978147-1', 'auto');
  ga('send', 'pageview');

  $(function () {
      $(".hotline").hover(function () {
          //$(this).css("text-decoration", "underline");
          $(this).css("color", "#7ED32D");
      }, function () {
          //$(this).css("text-decoration", "none");
          $(this).css("color", "inherit");
      });
  });
</script>