Changes to randomex.scroll.pub

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

RandomEx

+

Discover Unique Items Delivered to Your Doorstep

+
+
+
+
+
+

Why Choose RandomEx?

+
+
+

Curated Selection

+

Handpicked items for every taste and interest.

+
+
+

Surprise & Delight

+

Experience the joy of unexpected discoveries.

+
+
+

Flexible Plans

+

Choose a subscription that fits your lifestyle.

+
+
+
+
+
+
+
+

What Our Customers Say

+
+
+

"RandomEx has brought so much excitement to my life! I never know what I'll get, but it's always amazing."

+

- Sarah L.

+
+
+

"The quality of the items is top-notch. I've discovered so many unique things I never knew I needed!"

+

- Michael T.

+
+
+
+
+
+
+
+

Ready to Start Your Journey?

+

Join RandomEx today and experience the thrill of surprise deliveries.

+
+
+
+
+
+

RandomEx - Discover the Unexpected

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://randomex.scroll.pub
+ metaTags
+ editButton /edit.html
+ title RandomEx - Discover Unique Items
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "54d88363-7a2f-4e84-a894-ea3f76f7c84c",
+ "object": "chat.completion",
+ "created": 1735346232,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nrandomex.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://randomex.scroll.pub\nmetaTags\neditButton /edit.html\ntitle RandomEx - Discover Unique Items\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

RandomEx

\n

Discover Unique Items Delivered to Your Doorstep

\n Get Started\n
\n
\n\n
\n
\n

Why Choose RandomEx?

\n
\n
\n

Curated Selection

\n

Handpicked items for every taste and interest.

\n
\n
\n

Surprise & Delight

\n

Experience the joy of unexpected discoveries.

\n
\n
\n

Flexible Plans

\n

Choose a subscription that fits your lifestyle.

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

What Our Customers Say

\n
\n
\n

\"RandomEx has brought so much excitement to my life! I never know what I'll get, but it's always amazing.\"

\n

- Sarah L.

\n
\n
\n

\"The quality of the items is top-notch. I've discovered so many unique things I never knew I needed!\"

\n

- Michael T.

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

Ready to Start Your Journey?

\n

Join RandomEx today and experience the thrill of surprise deliveries.

\n Subscribe Now\n
\n
\n\n
\n
\n

RandomEx - Discover the Unexpected

\n
\n
\n---style.css---\n:root {\n --primary-color: #6c5ce7;\n --secondary-color: #a29bfe;\n --background-color: #f8f9fa;\n --text-color: #2d3436;\n --white: #ffffff;\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n color: var(--text-color);\n background-color: var(--background-color);\n margin: 0;\n padding: 0;\n line-height: 1.6;\n}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.header {\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.header h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.header p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.btn {\n background-color: var(--white);\n color: var(--primary-color);\n padding: 10px 20px;\n border-radius: 5px;\n text-decoration: none;\n font-weight: bold;\n transition: background-color 0.3s ease;\n}\n\n.btn:hover {\n background-color: var(--secondary-color);\n color: var(--white);\n}\n\n.features {\n padding: 80px 0;\n text-align: center;\n}\n\n.features h2 {\n font-size: 2.5rem;\n margin-bottom: 40px;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.feature {\n background: var(--white);\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.feature h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n}\n\n.testimonials {\n background: var(--white);\n padding: 80px 0;\n text-align: center;\n}\n\n.testimonials h2 {\n font-size: 2.5rem;\n margin-bottom: 40px;\n}\n\n.testimonial-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 20px;\n}\n\n.testimonial {\n background: var(--background-color);\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n}\n\n.testimonial p {\n font-style: italic;\n}\n\n.author {\n font-weight: bold;\n margin-top: 10px;\n}\n\n.cta {\n background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.cta h2 {\n font-size: 2.5rem;\n margin-bottom: 20px;\n}\n\n.cta p {\n font-size: 1.2rem;\n margin-bottom: 40px;\n}\n\n.footer {\n background: var(--text-color);\n color: var(--white);\n padding: 20px 0;\n text-align: center;\n}\n\n@media (max-width: 768px) {\n .header h1 {\n font-size: 2rem;\n }\n\n .header p {\n font-size: 1rem;\n }\n\n .features h2, .testimonials h2, .cta h2 {\n font-size: 2rem;\n }\n\n .feature-grid, .testimonial-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\n// Smooth scrolling for anchor links\ndocument.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function (e) {\n e.preventDefault();\n document.querySelector(this.getAttribute('href')).scrollIntoView({\n behavior: 'smooth'\n });\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 266,
+ "completion_tokens": 1483,
+ "total_tokens": 1749,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 266
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # randomex.scroll.pub
+ Website generated by DeepSeek from prompt: Create a saas that sells random items. The saas has a payment section, a landing page, tesetemonials and looks like modern saas website
script.js
Changed around line 1
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function (e) {
+ e.preventDefault();
+ document.querySelector(this.getAttribute('href')).scrollIntoView({
+ behavior: 'smooth'
+ });
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #6c5ce7;
+ --secondary-color: #a29bfe;
+ --background-color: #f8f9fa;
+ --text-color: #2d3436;
+ --white: #ffffff;
+ }
+
+ body {
+ font-family: 'Arial', sans-serif;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ margin: 0;
+ padding: 0;
+ line-height: 1.6;
+ }
+
+ .container {
+ max-width: 1200px;
+ margin: 0 auto;
+ padding: 0 20px;
+ }
+
+ .header {
+ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .header h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+ }
+
+ .header p {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .btn {
+ background-color: var(--white);
+ color: var(--primary-color);
+ padding: 10px 20px;
+ border-radius: 5px;
+ text-decoration: none;
+ font-weight: bold;
+ transition: background-color 0.3s ease;
+ }
+
+ .btn:hover {
+ background-color: var(--secondary-color);
+ color: var(--white);
+ }
+
+ .features {
+ padding: 80px 0;
+ text-align: center;
+ }
+
+ .features h2 {
+ font-size: 2.5rem;
+ margin-bottom: 40px;
+ }
+
+ .feature-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 20px;
+ }
+
+ .feature {
+ background: var(--white);
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ }
+
+ .feature h3 {
+ font-size: 1.5rem;
+ margin-bottom: 10px;
+ }
+
+ .testimonials {
+ background: var(--white);
+ padding: 80px 0;
+ text-align: center;
+ }
+
+ .testimonials h2 {
+ font-size: 2.5rem;
+ margin-bottom: 40px;
+ }
+
+ .testimonial-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
+ gap: 20px;
+ }
+
+ .testimonial {
+ background: var(--background-color);
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ }
+
+ .testimonial p {
+ font-style: italic;
+ }
+
+ .author {
+ font-weight: bold;
+ margin-top: 10px;
+ }
+
+ .cta {
+ background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .cta h2 {
+ font-size: 2.5rem;
+ margin-bottom: 20px;
+ }
+
+ .cta p {
+ font-size: 1.2rem;
+ margin-bottom: 40px;
+ }
+
+ .footer {
+ background: var(--text-color);
+ color: var(--white);
+ padding: 20px 0;
+ text-align: center;
+ }
+
+ @media (max-width: 768px) {
+ .header h1 {
+ font-size: 2rem;
+ }
+
+ .header p {
+ font-size: 1rem;
+ }
+
+ .features h2, .testimonials h2, .cta h2 {
+ font-size: 2rem;
+ }
+
+ .feature-grid, .testimonial-grid {
+ grid-template-columns: 1fr;
+ }
+ }