-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgamba.html
More file actions
92 lines (89 loc) · 6.39 KB
/
gamba.html
File metadata and controls
92 lines (89 loc) · 6.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>majus-dev</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:wght@300&family=Montserrat:wght@100&display=swap"
rel="stylesheet"
/>
<link rel="icon" type="image/gif" href="favicon.gif" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
<script src="gamba_v2.js"></script>
<meta content="Majus Gamba" property="og:title" />
<meta content="slots gamba made by majus @ majus.dev (you can totally use real money btw)" property="og:description" />
<meta content="https://majus.dev/gamba" property="og:url" />
<meta content="https://majus.dev/assets/embed_img.png" property="og:image" />
<meta content="#09090b" data-react-helmet="true" name="theme-color" />
<meta name="twitter:card" content="summary_large_image">
<meta name="hostname" content="majus.dev" />
<meta name="expected-hostname" content="majus.dev" />
</head>
<body class="bg-zinc-950 text-indigo-50 h-dvh flex justify-center m-4 select-none">
<div class="flex flex-col items-center justify-start max-w-screen-2xl w-full">
<div class="mt-8 w-full flex flex-col items-center justify-center border-zinc-900 border rounded-xl">
<h1 class="text-4xl p-4">GAMBA CORNER</h1>
<div class="flex flex-row items-center justify-end w-full p-4">
<span id="money" class="text-2xl">
$2.56
</span>
</div>
</div>
<div class="mt-16 w-full flex flex-row items-center justify-around border-zinc-900 border rounded-xl">
<div class="flex h-full w-1/3 flex-row items-center justify-center">
<div id="daily_popup" class="w-9/12">
<button class="w-full bg-red-500 animate-pulse hover:animate-none hover:bg-red-400 cursor-pointer text-zinc-900 font-bold text-lg mt-4 rounded-xl">CLAIM DAILY BONUS</button>
</div>
</div>
<div class="flex w-4xl flex-col items-center justify-start">
<div class="max-w-4xl w-full flex flex-col items-center justify-center">
<span class="text-red-500 text-lg font-bold -rotate-6 -translate-x-80 translate-y-10 animate-pulse">CLAIM YOUR FREE DAILY BONUS NOW!</span>
</div>
<div class="m-8 border-zinc-900 border rounded-xl w-full max-w-4xl">
<div class="m-4 flex items-center justify-center text-3xl"><span>majus' slop slot machine</span></div>
</div>
<div class="relative mx-8 mb-8 border-zinc-900 border rounded-xl w-full max-w-4xl flex flex-row items-center justify-around h-[432px]">
<div id="slot1" class="h-full w-36 aspect-square #bg-red-500 rounded-sm flex justify-center items-center my-2 relative">
<div class="h-full w-36 overflow-hidden" id="reel1"></div>
<div class="absolute inset-0 bg-gradient-to-t from-zinc-950 via-transparent to-zinc-950"></div>
</div>
<div id="slot2" class="h-full w-36 aspect-square #bg-red-500 rounded-sm flex justify-center items-center my-2 relative">
<div class="h-full w-36 overflow-hidden" id="reel2"></div>
<div class="absolute inset-0 bg-gradient-to-t from-zinc-950 via-transparent to-zinc-950"></div>
</div>
<div id="slot3" class="h-full w-36 aspect-square #bg-red-500 rounded-sm flex justify-center items-center my-2 relative">
<div class="h-full w-36 overflow-hidden" id="reel3"></div>
<div class="absolute inset-0 bg-gradient-to-t from-zinc-950 via-transparent to-zinc-950"></div>
</div>
<div class="absolute h-8 w-full bg-gradient-to-t from-zinc-950 via-zinc-900 to-zinc-950 -z-50">
</div>
</div>
<div class="mx-8 mb-8 border-zinc-900 border rounded-xl w-full max-w-4xl flex flex-row items-center justify-between">
<div class="my-4 mx-16">
<span class="text-2xl">$</span>
<input id="gambamount" type="number" class="p-2 bg-zinc-900 text-2xl rounded-xl [appearance:textfield] [&::-webkit-inner-spin-button]:m-0 [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:m-0 [&::-webkit-outer-spin-button]:appearance-none" min="0.00" max="10000.00" step="0.01" value="0.01" />
<button id="gambainc" class="p-2 bg-zinc-900 hover:bg-zinc-800 text-2xl rounded-xl h-12 w-12 cursor-pointer">+</button>
<button id="gambadec" class="p-2 bg-zinc-900 hover:bg-zinc-800 text-2xl rounded-xl h-12 w-12 cursor-pointer">-</button>
</div>
<div class="my-4 mx-16 flex items-center justify-center">
<input type="checkbox" id="infinitegambago" class="appearance-none bg-zinc-900 hover:bg-zinc-800 border-zinc-800 hover:border-zinc-700 checked:bg-green-500 checked:hover:bg-green-400 border h-12 w-12 mr-8 rounded-xl" />
<button id="gambago" class="p-2 bg-green-500 hover:bg-green-400 text-2xl text-zinc-900 rounded-xl cursor-pointer">SPIN</button>
</div>
</div>
</div>
<div class="flex h-full w-1/3">
<div class="w-full flex items-center justify-center">
<div class="w-3/4 h-full bg-slate-500 text-zinc-900 uppercase font-bold text-lg flex flex-col items-center justify-center">
<span>your GAMBLING ad here</span>
<span>ad inquiries @majusdev</span>
<span>(discord)</span>
</div>
</div>
</div>
</div>
<div id="icons" class="hidden"></div>
</div>
</body>
</html>