Changes to cabconnect.scroll.pub

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

CabConnect

+

Your seamless intercity travel solution

+
+
+
+

Book a Cab

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

How It Works

+
+
+

1. Book

+

Enter your pickup and destination details.

+
+
+

2. Ride

+

Your cab arrives, and you enjoy a comfortable ride.

+
+
+

3. Rate

+

Rate your driver and share your experience.

+
+
+
+
+
+

Rate Drivers

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

Driver Referral

+

Refer a customer to another driver and earn a commission.

+
+
+
+
+
+
+
+
+
+
+

Contact Us

+

Email: support@cabconnect.scroll.pub

+

Phone: +91 123 456 7890

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://cabconnect.scroll.pub
+ metaTags
+ editButton /edit.html
+ title CabConnect - Intercity Travel Made Easy
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "4b1e8530-fc67-4c74-a80c-c9a4dd28d8b6",
+ "object": "chat.completion",
+ "created": 1735582980,
+ "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 - Intercity Travel Made Easy\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n \n

CabConnect

\n

Your seamless intercity travel solution

\n
\n\n
\n

Book a Cab

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

How It Works

\n
\n
\n

1. Book

\n

Enter your pickup and destination details.

\n
\n
\n

2. Ride

\n

Your cab arrives, and you enjoy a comfortable ride.

\n
\n
\n

3. Rate

\n

Rate your driver and share your experience.

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

Rate Drivers

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

Driver Referral

\n

Refer a customer to another driver and earn a commission.

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

Contact Us

\n

Email: support@cabconnect.scroll.pub

\n

Phone: +91 123 456 7890

\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: #fff;\n}\n\nheader {\n text-align: center;\n padding: 2rem;\n background: rgba(0, 0, 0, 0.7);\n}\n\nnav {\n display: flex;\n justify-content: center;\n margin-bottom: 1rem;\n}\n\nnav a {\n color: #fff;\n margin: 0 1rem;\n text-decoration: none;\n font-weight: bold;\n}\n\nh1 {\n font-size: 3rem;\n margin: 0;\n}\n\np {\n font-size: 1.2rem;\n}\n\nsection {\n padding: 2rem;\n margin: 1rem auto;\n max-width: 800px;\n background: rgba(255, 255, 255, 0.1);\n border-radius: 10px;\n}\n\nh2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\nform {\n display: flex;\n flex-direction: column;\n}\n\nlabel {\n margin-bottom: 0.5rem;\n}\n\ninput, select, textarea {\n margin-bottom: 1rem;\n padding: 0.5rem;\n border: none;\n border-radius: 5px;\n}\n\nbutton {\n padding: 0.5rem;\n background: #ff6f61;\n color: #fff;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n}\n\nbutton:hover {\n background: #ff3b2f;\n}\n\n.steps {\n display: flex;\n justify-content: space-between;\n margin-top: 2rem;\n}\n\n.step {\n flex: 1;\n text-align: center;\n padding: 1rem;\n background: rgba(255, 255, 255, 0.2);\n border-radius: 10px;\n margin: 0 1rem;\n}\n\nfooter {\n text-align: center;\n padding: 2rem;\n background: rgba(0, 0, 0, 0.7);\n}\n\n@media (max-width: 768px) {\n .steps {\n flex-direction: column;\n }\n\n .step {\n margin: 1rem 0;\n }\n}\n---script.js---\ndocument.getElementById('booking-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Booking request submitted!');\n});\n\ndocument.getElementById('rating-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for your feedback!');\n});\n\ndocument.getElementById('referral-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Referral submitted!');\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 279,
+ "completion_tokens": 1461,
+ "total_tokens": 1740,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 279
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # cabconnect.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();
+ alert('Booking request submitted!');
+ });
+
+ document.getElementById('rating-form').addEventListener('submit', function(event) {
+ event.preventDefault();
+ alert('Thank you for your feedback!');
+ });
+
+ document.getElementById('referral-form').addEventListener('submit', function(event) {
+ event.preventDefault();
+ alert('Referral submitted!');
+ });
style.css
Changed around line 1
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ background: linear-gradient(135deg, #1e3c72, #2a5298);
+ color: #fff;
+ }
+
+ header {
+ text-align: center;
+ padding: 2rem;
+ background: rgba(0, 0, 0, 0.7);
+ }
+
+ nav {
+ display: flex;
+ justify-content: center;
+ margin-bottom: 1rem;
+ }
+
+ nav a {
+ color: #fff;
+ margin: 0 1rem;
+ text-decoration: none;
+ font-weight: bold;
+ }
+
+ h1 {
+ font-size: 3rem;
+ margin: 0;
+ }
+
+ p {
+ font-size: 1.2rem;
+ }
+
+ section {
+ padding: 2rem;
+ margin: 1rem auto;
+ max-width: 800px;
+ background: rgba(255, 255, 255, 0.1);
+ border-radius: 10px;
+ }
+
+ h2 {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ form {
+ display: flex;
+ flex-direction: column;
+ }
+
+ label {
+ margin-bottom: 0.5rem;
+ }
+
+ input, select, textarea {
+ margin-bottom: 1rem;
+ padding: 0.5rem;
+ border: none;
+ border-radius: 5px;
+ }
+
+ button {
+ padding: 0.5rem;
+ background: #ff6f61;
+ color: #fff;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ }
+
+ button:hover {
+ background: #ff3b2f;
+ }
+
+ .steps {
+ display: flex;
+ justify-content: space-between;
+ margin-top: 2rem;
+ }
+
+ .step {
+ flex: 1;
+ text-align: center;
+ padding: 1rem;
+ background: rgba(255, 255, 255, 0.2);
+ border-radius: 10px;
+ margin: 0 1rem;
+ }
+
+ footer {
+ text-align: center;
+ padding: 2rem;
+ background: rgba(0, 0, 0, 0.7);
+ }
+
+ @media (max-width: 768px) {
+ .steps {
+ flex-direction: column;
+ }
+
+ .step {
+ margin: 1rem 0;
+ }
+ }