update 4page

This commit is contained in:
2026-07-02 18:15:06 +08:00
parent 4d30803b60
commit 296db4a164
53 changed files with 5271 additions and 60 deletions
+45
View File
@@ -0,0 +1,45 @@
<!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">
<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>