update 4page
This commit is contained in:
@@ -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>Pricing | 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/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link type="text/css" href="../assets/css/aifo-page-bg.css" rel="stylesheet">
|
||||
<link type="text/css" href="../assets/css/challenge.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">
|
||||
<link type="text/css" href="../assets/css/pricing.css" rel="stylesheet">
|
||||
</head>
|
||||
<body class="aifo-bg-primary" id="pricing-page">
|
||||
<div id="header-v2-container"></div>
|
||||
|
||||
<main class="aifo-page-bg">
|
||||
<div class="pricing-page">
|
||||
<div
|
||||
id="challenge-floor-module"
|
||||
class="challenge-floor-module"
|
||||
data-challenge-floor-module
|
||||
></div>
|
||||
|
||||
<div
|
||||
id="promo-compare-module"
|
||||
class="promo-compare-module"
|
||||
data-promo-compare-module
|
||||
></div>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<div id="footer-v2-container"></div>
|
||||
|
||||
<script src="../assets/vendor/jquery/jquery-3.7.1.min.js"></script>
|
||||
<script src="/js/layout-v2.js"></script>
|
||||
<script src="/js/challenge-floor-module.js"></script>
|
||||
<script src="/js/promo-compare-module.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user