index.html 3.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. <!DOCTYPE html>
  2. <html lang="">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  6. <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
  7. <link rel="icon" href="<%= BASE_URL %>logo.png">
  8. <meta name="baidu-site-verification" content="codeva-kmQuSqpJWS" />
  9. <meta name="google-site-verification" content="zpfhOrDXz8veikbZwXVY1Zc0n4k4oAQ0lTaRu7jf2F4" />
  10. <meta name="apple-mobile-web-app-title" content="极度证券">
  11. <meta name="description" data-vue-meta="1" content="极度证券是由FSP、SEC、FINRA和FINTRAC联合监管,拥有RIA牌照的正规衍生品交易平台。作为创新的互联网交易商,极度以行业领先技术与服务支持,为客户提供股票差价合约、场外期权、股票期权、融资融券、黄金、比特币、货币对等金融产品和服务。">
  12. <meta name='keywords' data-vue-meta="1" content="港股合约, 美股合约, A股合约,场外期权,股票期权,融资融券, 股票配资, 黄金交易,比特币交易">
  13. <title>极度证券 JDNX | 全球持牌合规股票差价合约交易平台_场外期权报价商_国际黄金_比特币合约 | 极度新星交易平台</title>
  14. <script>
  15. if (window.location.port != '1090') {
  16. var userAgent = navigator.userAgent;
  17. var targetProtocol = "https:";
  18. function isMobileDevice() {
  19. var mobileDevicesRegex = /Mobi|Android|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini|Windows Phone|webOS|Kindle|Silk|SymbianOS|Palm|Nokia/i;
  20. return mobileDevicesRegex.test(userAgent);
  21. }
  22. function isTabletDevice() {
  23. var tabletDevicesRegex = /iPad|Tablet|PlayBook|Nexus 7|Nexus 10|SM-T|Kindle|Silk/i;
  24. return tabletDevicesRegex.test(userAgent);
  25. }
  26. function getDeviceType() {
  27. if (!isMobileDevice() && !isTabletDevice()) {
  28. window.location.href = (targetProtocol + '//' + (window.location.host.replace('m', 'www')) + window.location.pathname + window.location.search)
  29. }
  30. }
  31. // getDeviceType()
  32. var host=window.location.host;
  33. var hosts=host.split(".");
  34. var domain="";
  35. if(hosts.length==3){
  36. domain=hosts[1];
  37. }
  38. if(hosts.length==2){
  39. domain=hosts[0];
  40. }
  41. if (window.location.protocol != targetProtocol && window.location.href.indexOf(domain) != -1) {
  42. window.location.href = targetProtocol + window.location.href.substring(window.location.protocol.length);
  43. };
  44. function disbaleConsole() {
  45. var firstTime
  46. var lastTime
  47. setInterval(() => {
  48. firstTime = Date.now()
  49. debugger
  50. lastTime = Date.now()
  51. if (lastTime - firstTime > 10) {
  52. window.location.href = "about:blank";
  53. }
  54. }, 100);
  55. };
  56. // disbaleConsole();
  57. }
  58. </script>
  59. <!-- Google tag (gtag.js) -->
  60. <script async src="https://www.googletagmanager.com/gtag/js?id=G-MCLEH2YCFR"></script>
  61. <script>
  62. window.dataLayer = window.dataLayer || [];
  63. function gtag(){dataLayer.push(arguments);}
  64. gtag('js', new Date());
  65. gtag('config', 'G-MCLEH2YCFR');
  66. </script>
  67. </head>
  68. <body>
  69. <input type="text" id="copy-input" style="opacity: 0;position: fixed;bottom: -100px;z-index: 0;" readonly="readonly">
  70. <div id="app">
  71. <header style="color: #fff;opacity: 0;">极度证券是由FSP、SEC、FINRA和FINTRAC联合监管,拥有RIA牌照的正规衍生品交易平台。作为创新的互联网交易商,极度以行业领先技术与服务支持,为客户提供股票差价合约、场外期权、股票期权、融资融券、黄金、比特币、货币对等金融产品和服务。</header>
  72. </div>
  73. </body>
  74. </html>