-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcode.html
More file actions
110 lines (96 loc) · 5.09 KB
/
code.html
File metadata and controls
110 lines (96 loc) · 5.09 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Deepak IT & WebServices | Source Code Store</title>
<style>
body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; color: #333; background-color: #f4f7f9; margin: 0; padding: 20px; }
.container { max-width: 900px; margin: auto; background: white; padding: 40px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); }
/* Header & Badge Styling */
.header { text-align: center; margin-bottom: 40px; }
.badge { display: inline-block; border: 2px solid #27ae60; padding: 15px; border-radius: 10px; background: #fff; margin-bottom: 20px; }
h1 { color: #2c3e50; margin-bottom: 10px; }
h2 { color: #0078d7; border-bottom: 2px solid #eee; padding-bottom: 10px; }
/* Product List */
.product-list { columns: 2; -webkit-columns: 2; -moz-columns: 2; list-style: none; padding: 0; }
@media (max-width: 600px) { .product-list { columns: 1; } }
.product-list li { margin-bottom: 10px; font-size: 0.95rem; break-inside: avoid; }
/* Payment & License Boxes */
.info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; margin-top: 30px; }
@media (max-width: 700px) { .info-grid { grid-template-columns: 1fr; } }
.box { border: 1px solid #ddd; padding: 20px; border-radius: 8px; background: #fafafa; }
.upi-box { border-left: 5px solid #27ae60; }
.license-box { border-left: 5px solid #0078d7; font-size: 0.85rem; }
.note { color: #d9534f; font-weight: bold; font-size: 0.9rem; }
.footer { text-align: center; margin-top: 40px; font-size: 0.85rem; color: #777; }
.btn-contact { display: inline-block; background: #0078d7; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; margin-top: 10px; }
</style>
</head>
<body>
<div class="container">
<div class="header">
<div class="badge">
<img src="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/icons/shield-check.svg" style="width: 40px;" alt="Verified">
<h4 style="margin: 5px 0; color: #2c3e50;">Verified Enterprise</h4>
<p style="font-size: 0.7rem; margin: 0; font-weight: bold; color: #27ae60;">UDYAM-KR-03-0674838</p>
</div>
<h1>Deepak IT & WebServices</h1>
<p>Premium Source Code Assets & Software Development</p>
</div>
<h2>Available Source Codes</h2>
<ul class="product-list">
<li>🤖 AI Image Creator Clone + CRM</li>
<li>🎮 Rummy Game (Web + Android)</li>
<li>🎲 Ludo Game Code</li>
<li>🩺 Doctor Booking Portal</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>🎟️ Event Booking Web & App</li>
<li>🌐 Web to App Conversion</li>
<li>🚖 Cab/Taxi Booking</li>
<li>📍 GPS Device Track</li>
<li>📚 Code Training Projects</li>
<li>🛒 Grocery Mart Web & Android</li>
<li>🏨 Hotel Web & Android</li>
<li>🎬 2D/3D Animation Models</li>
</ul>
<div class="info-grid">
<div class="box upi-box">
<h3>Pay via UPI (Domestic)</h3>
<p><strong>UPI ID:</strong> +91-8867740113</p>
<p class="note">⚠️ Please discuss with us before making payment to confirm stock.</p>
<p>For International payments (USD/EUR), please request a <strong>Skydo</strong> invoice.</p>
</div>
<div class="box license-box">
<h3>License Agreement</h3>
<ul>
<li><strong>Usage:</strong> Single Deployment License.</li>
<li><strong>Resale:</strong> Strictly Prohibited.</li>
<li><strong>Setup:</strong> One-time initial setup included.</li>
<li><strong>Support:</strong> 48-hour observation window post-setup.</li>
</ul>
<p><em>Full terms available at bottom of page.</em></p>
</div>
</div>
<hr style="margin: 40px 0; border: 0; border-top: 1px solid #eee;">
<h3>Statutory License Terms</h3>
<div style="font-size: 0.8rem; color: #666; height: 200px; overflow-y: scroll; border: 1px solid #eee; padding: 15px; background: #fff;">
<p><strong>1. Grant of License:</strong> Non-Exclusive, Non-Transferable License to use/modify for specific business operations.</p>
<p><strong>2. Ownership:</strong> Architecture remains property of Deepak IT & WebServices. No resale allowed.</p>
<p><strong>3. Support:</strong> After 48 hours, future updates or troubleshooting will be treated as a New Service Request.</p>
<p><strong>4. Disclaimer:</strong> Provided "as-is." Not responsible for future 3rd party API/Store policy changes.</p>
<p><strong>5. Compliance:</strong> Client is responsible for local gaming licenses/permits.</p>
</div>
<div class="footer">
<p>Contact us: <strong>deepak.thangasamy@gmail.com</strong> | Phone: <strong>+91-8867740113</strong></p>
<p>Deepak IT & WebServices | Bengaluru, KA | MSME Certified</p>
<a href="https://deepakworld.github.io" class="btn-contact">Visit Official Website</a>
</div>
</div>
</body>
</html>