|
1 | 1 | <!DOCTYPE html>
|
2 |
| -<html lang="en"> |
3 |
| - <head> |
4 |
| - <meta charset="utf-8" /> |
5 |
| - <title>Home - Valor Software</title> |
6 |
| - <base href="/" /> |
7 |
| - <meta name="robots" content="all" /> |
8 |
| - <meta property="og:type" content="website"> |
9 |
| - <meta content="summary_large_image" name="twitter:card"> |
10 |
| - <meta name="viewport" content="width=device-width, initial-scale=1" /> |
11 |
| - <meta name="twitter:card" content="summary_large_image"> |
12 |
| - <meta name="twitter:site" content="@ValorSoft"> |
13 |
| - <meta name="twitter:creator" content="@ValorSoft"> |
14 |
| - <meta property="og:image" content="assets/img/valor-img/valor_social.jpg"> |
15 |
| - <link rel="icon" type="image/x-icon" href="favicon.ico"/> |
16 |
| - <script> |
| 2 | +<html lang="en" |
| 3 | + prefix="og: http://ogp.me/ns#"> |
| 4 | +<head> |
| 5 | + <meta charset="utf-8"/> |
| 6 | + <title>Home - Valor Software</title> |
| 7 | + <base href="/"/> |
| 8 | + <meta name="robots" content="all"/> |
| 9 | + <meta property="og:type" content="website"> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1"/> |
| 11 | + <meta property="og:image" content="/assets/img/valor-img/valor_social.jpg"> |
| 12 | + |
| 13 | + <!-- Twitter Meta Tags --> |
| 14 | + <meta name="twitter:card" content="summary_large_image"> |
| 15 | + <meta name="twitter:site" content="@ValorSoft"> |
| 16 | + <meta name="twitter:creator" content="@ValorSoft"> |
| 17 | + |
| 18 | + <link rel="icon" type="image/x-icon" href="favicon.ico"/> |
| 19 | + <script> |
17 | 20 | window.intercomSettings = {
|
18 |
| - app_id: "brxsww1a" |
| 21 | + app_id: "brxsww1a" |
19 | 22 | };
|
20 |
| - </script> |
21 |
| - <script src="assets/js/intercom-facade.js"></script> |
22 |
| - <!-- Global site tag (gtag.js) - Google Analytics --> |
23 |
| - <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73071494-2"></script> |
24 |
| - <script> |
| 23 | + </script> |
| 24 | + <script src="assets/js/intercom-facade.js"></script> |
| 25 | + <!-- Global site tag (gtag.js) - Google Analytics --> |
| 26 | + <script async src="https://www.googletagmanager.com/gtag/js?id=UA-73071494-2"></script> |
| 27 | + <script> |
25 | 28 | window.dataLayer = window.dataLayer || [];
|
26 |
| - function gtag(){dataLayer.push(arguments);} |
| 29 | + |
| 30 | + function gtag() { |
| 31 | + dataLayer.push(arguments); |
| 32 | + } |
| 33 | + |
27 | 34 | gtag('js', new Date());
|
28 |
| - </script> |
29 |
| - <script type="text/javascript"> |
30 |
| - window.onload = function () { |
| 35 | + </script> |
| 36 | + <script type="text/javascript"> |
| 37 | + window.onload = function () { |
31 | 38 | if (window.self !== window.top) {
|
32 |
| - document.body.innerHTML = ` |
| 39 | + document.body.innerHTML = ` |
33 | 40 | <div>
|
34 | 41 | <h1>If you see this page, the valor site link you have clicked on is under Clickjacking security attack.</h1>
|
35 | 42 | <h2>Please inform our team with the reference of the application from where you clicked this link.</h2>
|
36 | 43 | <h2>Click <a href="https://valor-software.com" title='Valor site' target='blank'>here</a> to access valor site safely.</h2>
|
37 | 44 | </div>
|
38 | 45 | `;
|
39 | 46 | }
|
40 |
| - }; |
41 |
| - </script> |
42 |
| - </head> |
43 |
| - <body> |
44 |
| - <valor-software-site-base-root></valor-software-site-base-root> |
45 |
| - <script async src='assets/js/prettify.min.js'></script> |
46 |
| - </body> |
| 47 | + }; |
| 48 | + </script> |
| 49 | +</head> |
| 50 | +<body> |
| 51 | +<valor-software-site-base-root></valor-software-site-base-root> |
| 52 | +<script async src='assets/js/prettify.min.js'></script> |
| 53 | +</body> |
47 | 54 | </html>
|
0 commit comments