26 lines
796 B
HTML
26 lines
796 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>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>
|