Changes to cabconnect1.scroll.pub

root
root
23 days ago
Initial commit
body.html
Changed around line 1
+
+

CabConnect

+

Your seamless inter-city cab experience

+
+
+
+
+
+

Travel Across Cities with Ease

+

Book cabs, rate drivers, and earn commissions through referrals.

+
+
+
+
+
+

Hail a Cab

+

Quickly book a cab for inter-city travel.

+
+
+

Rate Drivers

+

Share your experience and help others choose better.

+
+
+

Refer & Earn

+

Drivers can refer customers and earn commissions.

+
+
+
+
+

Book Your Ride

+
+
+
+
+
+
+
+
+
+
+
+
+
+

Connect with us: info@cabconnect.scroll.pub

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://cabconnect.scroll.pub
+ metaTags
+ editButton /edit.html
+ title CabConnect - Hail, Rate, Refer
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "9255547a-605b-4134-a8fd-25ebc0686db8",
+ "object": "chat.completion",
+ "created": 1735583136,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ncabconnect.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://cabconnect.scroll.pub\nmetaTags\neditButton /edit.html\ntitle CabConnect - Hail, Rate, Refer\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n

CabConnect

\n

Your seamless inter-city cab experience

\n
\n\n
\n
\n
\n

Travel Across Cities with Ease

\n

Book cabs, rate drivers, and earn commissions through referrals.

\n Book Now\n
\n
\n\n
\n
\n

Hail a Cab

\n

Quickly book a cab for inter-city travel.

\n
\n
\n

Rate Drivers

\n

Share your experience and help others choose better.

\n
\n
\n

Refer & Earn

\n

Drivers can refer customers and earn commissions.

\n
\n
\n\n
\n

Book Your Ride

\n
\n \n \n \n \n \n \n \n
\n
\n
\n\n\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n background: linear-gradient(135deg, #1e3c72, #2a5298);\n color: white;\n}\n\nheader {\n text-align: center;\n padding: 2rem;\n background: rgba(0, 0, 0, 0.7);\n}\n\nh1 {\n font-size: 3rem;\n margin: 0;\n}\n\np {\n font-size: 1.2rem;\n}\n\n#hero {\n background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDUiLz48L2c+PC9zdmc+') no-repeat center center;\n background-size: cover;\n padding: 5rem 1rem;\n text-align: center;\n}\n\n.hero-content {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.cta-button {\n background: #ff6f61;\n color: white;\n padding: 1rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1.2rem;\n transition: background 0.3s ease;\n}\n\n.cta-button:hover {\n background: #ff3b2f;\n}\n\n#features {\n display: flex;\n justify-content: space-around;\n padding: 2rem;\n background: rgba(255, 255, 255, 0.1);\n}\n\n.feature-card {\n background: rgba(0, 0, 0, 0.5);\n padding: 1.5rem;\n border-radius: 10px;\n text-align: center;\n width: 30%;\n}\n\n#book-now {\n padding: 2rem;\n text-align: center;\n}\n\nform {\n max-width: 400px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n}\n\nlabel {\n margin-top: 1rem;\n}\n\ninput, button {\n padding: 0.5rem;\n margin-top: 0.5rem;\n border: none;\n border-radius: 5px;\n}\n\nbutton {\n background: #ff6f61;\n color: white;\n cursor: pointer;\n transition: background 0.3s ease;\n}\n\nbutton:hover {\n background: #ff3b2f;\n}\n\nfooter {\n text-align: center;\n padding: 1rem;\n background: rgba(0, 0, 0, 0.7);\n}\n\n@media (max-width: 768px) {\n #features {\n flex-direction: column;\n }\n\n .feature-card {\n width: 100%;\n margin-bottom: 1rem;\n }\n}\n---script.js---\ndocument.getElementById('booking-form').addEventListener('submit', function(event) {\n event.preventDefault();\n const from = document.getElementById('from').value;\n const to = document.getElementById('to').value;\n const date = document.getElementById('date').value;\n alert(`Booking request from ${from} to ${to} on ${date}. We will contact you shortly!`);\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 279,
+ "completion_tokens": 1333,
+ "total_tokens": 1612,
+ "prompt_cache_hit_tokens": 256,
+ "prompt_cache_miss_tokens": 23
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # cabconnect1.scroll.pub
+ Website generated by DeepSeek from prompt: Create a fancy shiny website that allows users in India to hail a cab for inter city travel, rate drivers and also let's drivers refer prospective customers to each other for a commission, for situations when these drivers can't go themselves
script.js
Changed around line 1
+ document.getElementById('booking-form').addEventListener('submit', function(event) {
+ event.preventDefault();
+ const from = document.getElementById('from').value;
+ const to = document.getElementById('to').value;
+ const date = document.getElementById('date').value;
+ alert(`Booking request from ${from} to ${to} on ${date}. We will contact you shortly!`);
+ });
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ background: linear-gradient(135deg, #1e3c72, #2a5298);
+ color: white;
+ }
+
+ header {
+ text-align: center;
+ padding: 2rem;
+ background: rgba(0, 0, 0, 0.7);
+ }
+
+ h1 {
+ font-size: 3rem;
+ margin: 0;
+ }
+
+ p {
+ font-size: 1.2rem;
+ }
+
+ #hero {
+ background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMDAgMTAwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48ZyBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMSI+PGNpcmNsZSBjeD0iNTAiIGN5PSI1MCIgcj0iNDUiLz48L2c+PC9zdmc+') no-repeat center center;
+ background-size: cover;
+ padding: 5rem 1rem;
+ text-align: center;
+ }
+
+ .hero-content {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+
+ .cta-button {
+ background: #ff6f61;
+ color: white;
+ padding: 1rem 2rem;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 1.2rem;
+ transition: background 0.3s ease;
+ }
+
+ .cta-button:hover {
+ background: #ff3b2f;
+ }
+
+ #features {
+ display: flex;
+ justify-content: space-around;
+ padding: 2rem;
+ background: rgba(255, 255, 255, 0.1);
+ }
+
+ .feature-card {
+ background: rgba(0, 0, 0, 0.5);
+ padding: 1.5rem;
+ border-radius: 10px;
+ text-align: center;
+ width: 30%;
+ }
+
+ #book-now {
+ padding: 2rem;
+ text-align: center;
+ }
+
+ form {
+ max-width: 400px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ }
+
+ label {
+ margin-top: 1rem;
+ }
+
+ input, button {
+ padding: 0.5rem;
+ margin-top: 0.5rem;
+ border: none;
+ border-radius: 5px;
+ }
+
+ button {
+ background: #ff6f61;
+ color: white;
+ cursor: pointer;
+ transition: background 0.3s ease;
+ }
+
+ button:hover {
+ background: #ff3b2f;
+ }
+
+ footer {
+ text-align: center;
+ padding: 1rem;
+ background: rgba(0, 0, 0, 0.7);
+ }
+
+ @media (max-width: 768px) {
+ #features {
+ flex-direction: column;
+ }
+
+ .feature-card {
+ width: 100%;
+ margin-bottom: 1rem;
+ }
+ }