-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
54 lines (50 loc) · 1.84 KB
/
index.html
File metadata and controls
54 lines (50 loc) · 1.84 KB
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"
prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<title>Home - Valor Software</title>
<base href="/"/>
<meta name="robots" content="all"/>
<meta property="og:type" content="website">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<meta property="og:image" content="/assets/img/valor-img/valor_social.jpg">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@ValorSoft">
<meta name="twitter:creator" content="@ValorSoft">
<link rel="icon" type="image/x-icon" href="favicon.ico"/>
<script>
window.intercomSettings = {
app_id: "brxsww1a"
};
</script>
<script src="assets/js/intercom-facade.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YD223JL5QN"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
</script>
<script type="text/javascript">
window.onload = function () {
if (window.self !== window.top) {
document.body.innerHTML = `
<div>
<h1>If you see this page, the valor site link you have clicked on is under Clickjacking security attack.</h1>
<h2>Please inform our team with the reference of the application from where you clicked this link.</h2>
<h2>Click <a href="https://valor-software.com" title='Valor site' target='blank'>here</a> to access valor site safely.</h2>
</div>
`;
}
};
</script>
</head>
<body>
<valor-software-site-base-root></valor-software-site-base-root>
<script async src='assets/js/prettify.min.js'></script>
</body>
</html>