46 lines
1.8 KiB
HTML
46 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<meta name="robots" content="noindex, nofollow">
|
||
<title>Leading V2 | AIFO</title>
|
||
<link type="text/css" href="../assets/vendor/icon/iconfont.css" rel="stylesheet">
|
||
<link href="../assets/css/style.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/theme.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/index.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/aifo-page-bg.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/modules/adl-register.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/modules/promo-compare.css" rel="stylesheet">
|
||
<link type="text/css" href="../assets/css/leading-v2.css" rel="stylesheet">
|
||
</head>
|
||
<body class="aifo-bg-primary" id="leading-v2">
|
||
<div id="header-v2-container"></div>
|
||
|
||
<main class="aifo-page-bg aifo-page-bg--top-glow">
|
||
<div class="leading-v2-page">
|
||
<section class="lv2-hero">
|
||
<h1 class="lv2-hero__title">
|
||
Start Your Trading Journey <span class="lv2-hero__title-accent">at 50% OFF</span>
|
||
</h1>
|
||
<p class="lv2-hero__subtitle">Fail? Retry Free!</p>
|
||
<div class="lv2-hero__form" id="adl-register-container"></div>
|
||
</section>
|
||
|
||
<div
|
||
id="promo-compare-module"
|
||
class="promo-compare-module"
|
||
data-promo-compare-module
|
||
></div>
|
||
</div>
|
||
</main>
|
||
|
||
<div id="footer-v2-container"></div>
|
||
|
||
<script src="/js/layout-v2.js"></script>
|
||
<script src="/js/adl-register-module.js"></script>
|
||
<script src="/js/adl-register.js"></script>
|
||
<script src="/js/promo-compare-module.js"></script>
|
||
</body>
|
||
</html>
|