Files
2026-07-03 20:34:27 +08:00

26 lines
861 B
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>Support CTA Module</title>
<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/aifo-btn.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/modules/support-cta.css" rel="stylesheet">
<style>
body {
margin: 0;
padding: 48px 16px;
background: #070400;
}
</style>
</head>
<body>
<div id="support-cta-module" style="max-width: 1128px; margin: 0 auto;"></div>
<script src="/js/support-cta-module.js"></script>
</body>
</html>