-
Notifications
You must be signed in to change notification settings - Fork 0
/
header.php
78 lines (66 loc) · 2.87 KB
/
header.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
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="csrf-token" content="UlVLx6EDY0zF3dBCd7T61tMT18rB92nfQP7rWZi1">
<meta name="HandheldFriendly" content="true">
<meta name="format-detection" content="telephone=no">
<meta name="viewport" content="user-scalable=no, initial-scale=1.0, maximum-scale=1.0, width=device-width, shrink-to-fit=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<title>Sht Income</title>
<link rel="shortcut icon" href="img/fav.png" type="image/png">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap" rel="stylesheet">
<link as="style" rel="stylesheet" href="css/main.min.css">
<script src="js/jquery.min.js"></script>
<script src="js/common.min.js"></script>
<script src="js/slick.min.js"></script>
<script src="js/slickHome.min.js"></script>
<script src="js/jquery.marquee.min.js"></script>
<script>
$(document).ready(function () {
$('.head-marquee').marquee({
duration: 20000,
gap: 50,
delayBeforeStart: 0,
direction: 'left',
duplicated: false
});
});
</script>
<!-- Hotjar Tracking Code for https://m8trade.com/en -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:2472451,hjsv:6};
a=o.getElementsByTagName('head')[0];
r=o.createElement('script');r.async=1;
r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv;
a.appendChild(r);
})(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv=');
</script>
</head>
<body class="$block_style" style="height:80hv">
<header class="header-content">
<div class="logo">
<marquee behavior="slide" direction="left">
<img src="img/logo.png" width="100px" height="100px" alt="Spinning arrow" />
</marquee>
</div>
<nav class="navHead-content">
<ul>
<li><a href="https://shtincome.com">Home</a></li>
<li><a href="#p">Investment packages</a></li>
<li><a href="r.php">Referral program</a></li>
<li><a href="#a">About us</a></li>
<li><a href="#f">FAQ</a></li>
</ul>
</nav>
<div class="lang en change-lang"></div>
<div class="auth-btn">
<a href="https://shtincome.com/login">Login</a>
<a class="sign" href="https://shtincome.com/signup">Sign Up</a>
</div>
<div class="navBtn"><span></span></div>
</header>