-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
65 lines (60 loc) · 2.13 KB
/
code.html
File metadata and controls
65 lines (60 loc) · 2.13 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
<!DOCTYPE html>
<html>
<head>
<title>Source Code Store</title>
<style>
body { font-family: Arial, sans-serif; text-align: center; margin-top: 50px; }
.product, .upi-box {
border: 1px solid #ccc;
padding: 20px;
margin: 20px auto;
width: auto; /* auto width to fit content */
max-width: 95%; /* responsive, prevents overflow */
border-radius: 8px;
display: inline-block; /* shrink-wrap to content */
text-align: left;
}
h1 { color: #0078d7; }
.note { color: red; font-weight: bold; }
/* Keep each list item on one line */
.product ul li {
white-space: nowrap;
}
</style>
</head>
<body>
<h1>Buy Source Code</h1>
<p>We sell AI clones, game codes (Rummy, Ludo), and training projects.</p>
<div class="product">
<h2>Available Codes</h2>
<ul>
<li>🤖 AI Image Creator Clone + License CRM + Web & App AI Creator</li>
<li>🎮 Rummy Game (Web + Android) </li>
<li>🎲 Ludo Game Code </li>
<li>🩺 Doctor Booking Portal Code </li>
<li>🎰 Casino Code </li>
<li>🖥️ Hosting Controller Code</li>
<li>📱 App Portal Code</li>
<li>🚌📍School Bus Track Code</li>
<li>🚛📊 Fleet Management </li>
<li>🛒 Play Store Code </li>
<li>🎟️🪑 Seat / Event Booking Web & App</li>
<li>🌐➡️📱 Web to App Conversion</li>
<li>🚖 Cab/Taxi/Auto Booking </li>
<li>📍 GPS Device Track </li>
<li>📚 Code Training Projects </li>
<li>🛒 Grocery Mart Web & Android Code </li>
<li>🏨 Hotel Web & Android Code </li>
<li>🖥️ IT Support for All Setups </li>
<li>🎬 Cinema / Advertisement Title & 2D, 3D Animation (Hollywood Model)</li>
</ul>
</div>
<div class="upi-box">
<h3>Pay via UPI</h3>
<p><strong>UPI ID:</strong>+91-8867740113</p>
<p class="note">⚠️ Please discuss with us before making payment.</p>
</div>
<p>After successful payment and confirmation, the source code will be sent to your email.</p>
<p>Contact us at: <strong>deepak.thangasamy@gmail.com</strong></p>
</body>
</html>