Changes to gogosaas.scroll.pub

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

GoGoSaaS

+

Simplify Your Workflow with Our Micro SaaS Solution

+
+
+
+
+
+

Features

+
+
+

Automated Tasks

+

Automate repetitive tasks and save time.

+
+
+

Real-Time Analytics

+

Get insights with real-time data analytics.

+
+
+

Seamless Integration

+

Integrate with your favorite tools effortlessly.

+
+
+
+
+
+
+
+

What Our Users Say

+
+
+

"GoGoSaaS has transformed the way we work. Highly recommended!"

+

- Jane Doe, CEO

+
+
+

"The automation features are a game-changer. Love it!"

+

- John Smith, CTO

+
+
+
+
+
+
+
+

Contact us at info@gogosaas.scroll.pub

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://gogosaas.scroll.pub
+ metaTags
+ editButton /edit.html
+ title GoGoSaaS - Simplify Your Workflow
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "7d2c1808-e926-422a-9319-1a3b4a94f6cb",
+ "object": "chat.completion",
+ "created": 1735853943,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ngogosaas.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://gogosaas.scroll.pub\nmetaTags\neditButton /edit.html\ntitle GoGoSaaS - Simplify Your Workflow\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

GoGoSaaS

\n

Simplify Your Workflow with Our Micro SaaS Solution

\n Explore Features\n
\n
\n\n
\n
\n

Features

\n
\n
\n

Automated Tasks

\n

Automate repetitive tasks and save time.

\n
\n
\n

Real-Time Analytics

\n

Get insights with real-time data analytics.

\n
\n
\n

Seamless Integration

\n

Integrate with your favorite tools effortlessly.

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

What Our Users Say

\n
\n
\n

\"GoGoSaaS has transformed the way we work. Highly recommended!\"

\n

- Jane Doe, CEO

\n
\n
\n

\"The automation features are a game-changer. Love it!\"

\n

- John Smith, CTO

\n
\n
\n
\n
\n\n\n---style.css---\n:root {\n --primary-color: #4a90e2;\n --secondary-color: #333;\n --background-color: #f9f9f9;\n --text-color: #333;\n --white: #fff;\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: var(--text-color);\n background-color: var(--background-color);\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.hero {\n background: var(--primary-color);\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h1 {\n font-size: 3rem;\n margin-bottom: 20px;\n}\n\n.hero .tagline {\n font-size: 1.5rem;\n margin-bottom: 40px;\n}\n\n.cta-button {\n background: var(--white);\n color: var(--primary-color);\n padding: 10px 20px;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.features {\n padding: 60px 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-card {\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-card h3 {\n font-size: 1.5rem;\n margin-bottom: 10px;\n}\n\n.testimonials {\n background: var(--secondary-color);\n color: var(--white);\n padding: 60px 0;\n text-align: center;\n}\n\n.testimonials h2 {\n font-size: 2.5rem;\n margin-bottom: 40px;\n}\n\n.testimonial-slider {\n display: flex;\n justify-content: center;\n gap: 20px;\n}\n\n.testimonial {\n background: var(--primary-color);\n padding: 20px;\n border-radius: 10px;\n max-width: 400px;\n}\n\n.testimonial p {\n font-size: 1.2rem;\n margin-bottom: 10px;\n}\n\n.testimonial .author {\n font-weight: bold;\n}\n\nfooter {\n background: var(--secondary-color);\n color: var(--white);\n text-align: center;\n padding: 20px 0;\n}\n\nfooter a {\n color: var(--primary-color);\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .hero h1 {\n font-size: 2rem;\n }\n\n .hero .tagline {\n font-size: 1.2rem;\n }\n\n .features h2, .testimonials h2 {\n font-size: 2rem;\n }\n\n .feature-grid {\n grid-template-columns: 1fr;\n }\n\n .testimonial-slider {\n flex-direction: column;\n align-items: center;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const testimonials = document.querySelectorAll('.testimonial');\n let currentTestimonial = 0;\n\n function showTestimonial(index) {\n testimonials.forEach((testimonial, i) => {\n testimonial.style.display = i === index ? 'block' : 'none';\n });\n }\n\n function nextTestimonial() {\n currentTestimonial = (currentTestimonial + 1) % testimonials.length;\n showTestimonial(currentTestimonial);\n }\n\n setInterval(nextTestimonial, 5000);\n showTestimonial(currentTestimonial);\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 247,
+ "completion_tokens": 1375,
+ "total_tokens": 1622,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 247
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # gogosaas.scroll.pub
+ Website generated by DeepSeek from prompt: a landing page for a micro Saas called GoGoSaaS
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ const testimonials = document.querySelectorAll('.testimonial');
+ let currentTestimonial = 0;
+
+ function showTestimonial(index) {
+ testimonials.forEach((testimonial, i) => {
+ testimonial.style.display = i === index ? 'block' : 'none';
+ });
+ }
+
+ function nextTestimonial() {
+ currentTestimonial = (currentTestimonial + 1) % testimonials.length;
+ showTestimonial(currentTestimonial);
+ }
+
+ setInterval(nextTestimonial, 5000);
+ showTestimonial(currentTestimonial);
+ });
style.css
Changed around line 1
+ :root {
+ --primary-color: #4a90e2;
+ --secondary-color: #333;
+ --background-color: #f9f9f9;
+ --text-color: #333;
+ --white: #fff;
+ }
+
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: var(--text-color);
+ background-color: var(--background-color);
+ }
+
+ .container {
+ width: 90%;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ .hero {
+ background: var(--primary-color);
+ color: var(--white);
+ padding: 100px 0;
+ text-align: center;
+ }
+
+ .hero h1 {
+ font-size: 3rem;
+ margin-bottom: 20px;
+ }
+
+ .hero .tagline {
+ font-size: 1.5rem;
+ margin-bottom: 40px;
+ }
+
+ .cta-button {
+ background: var(--white);
+ color: var(--primary-color);
+ padding: 10px 20px;
+ text-decoration: none;
+ border-radius: 5px;
+ font-weight: bold;
+ }
+
+ .features {
+ padding: 60px 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-card {
+ background: var(--white);
+ padding: 20px;
+ border-radius: 10px;
+ box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
+ }
+
+ .feature-card h3 {
+ font-size: 1.5rem;
+ margin-bottom: 10px;
+ }
+
+ .testimonials {
+ background: var(--secondary-color);
+ color: var(--white);
+ padding: 60px 0;
+ text-align: center;
+ }
+
+ .testimonials h2 {
+ font-size: 2.5rem;
+ margin-bottom: 40px;
+ }
+
+ .testimonial-slider {
+ display: flex;
+ justify-content: center;
+ gap: 20px;
+ }
+
+ .testimonial {
+ background: var(--primary-color);
+ padding: 20px;
+ border-radius: 10px;
+ max-width: 400px;
+ }
+
+ .testimonial p {
+ font-size: 1.2rem;
+ margin-bottom: 10px;
+ }
+
+ .testimonial .author {
+ font-weight: bold;
+ }
+
+ footer {
+ background: var(--secondary-color);
+ color: var(--white);
+ text-align: center;
+ padding: 20px 0;
+ }
+
+ footer a {
+ color: var(--primary-color);
+ text-decoration: none;
+ }
+
+ @media (max-width: 768px) {
+ .hero h1 {
+ font-size: 2rem;
+ }
+
+ .hero .tagline {
+ font-size: 1.2rem;
+ }
+
+ .features h2, .testimonials h2 {
+ font-size: 2rem;
+ }
+
+ .feature-grid {
+ grid-template-columns: 1fr;
+ }
+
+ .testimonial-slider {
+ flex-direction: column;
+ align-items: center;
+ }
+ }