This commit is contained in:
2026-07-30 18:38:39 +08:00
parent 5bc34def79
commit d63efeb083
69 changed files with 3100 additions and 153 deletions
+25
View File
@@ -0,0 +1,25 @@
<!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>24 Hours Payout Module</title>
<link href="../../assets/css/style.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/landing-v2-base.css" rel="stylesheet">
<link type="text/css" href="../../assets/css/modules/payout-24h.css" rel="stylesheet">
<style>
body {
margin: 0;
padding: 48px 16px;
background: #070400;
color: #f9f9f9;
}
</style>
</head>
<body id="payout-24h-demo">
<div id="payout-24h-container"></div>
<script src="/js/payout-24h-module.js"></script>
</body>
</html>