Changes to quacktoy.scroll.pub

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

QuackToy

+

The Ultimate Duck Toy for Fun and Learning

+
+
+
+
+
+

Interactive Play

+

QuackToy responds to touch and sound, making playtime engaging and fun.

+
+
+

Safe & Durable

+

Made with non-toxic materials, QuackToy is safe for kids and built to last.

+
+
+

Educational

+

Helps children learn about animals and sounds through interactive play.

+
+
+
+
+

Gallery

+
+ QuackToy in action
+ QuackToy with kids
+ QuackToy close-up
+
+
+
+
+

Contact us at info@quacktoy.scroll.pub

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://quacktoy.scroll.pub
+ metaTags
+ editButton /edit.html
+ title QuackToy - The Ultimate Duck Toy for Fun and Learning
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "04e4ff7a-1eb3-4fb5-bdb6-d2308754df2f",
+ "object": "chat.completion",
+ "created": 1735365380,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\nquacktoy.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://quacktoy.scroll.pub\nmetaTags\neditButton /edit.html\ntitle QuackToy - The Ultimate Duck Toy for Fun and Learning\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

QuackToy

\n

The Ultimate Duck Toy for Fun and Learning

\n Discover More\n
\n
\n\n
\n
\n

Interactive Play

\n

QuackToy responds to touch and sound, making playtime engaging and fun.

\n
\n
\n

Safe & Durable

\n

Made with non-toxic materials, QuackToy is safe for kids and built to last.

\n
\n
\n

Educational

\n

Helps children learn about animals and sounds through interactive play.

\n
\n
\n\n
\n

Gallery

\n
\n \"QuackToy\n \"QuackToy\n \"QuackToy\n
\n
\n\n
\n

Contact us at info@quacktoy.scroll.pub

\n
\n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n margin: 0;\n padding: 0;\n color: #333;\n line-height: 1.6;\n}\n\n.hero {\n background: url('duck-bg.jpg') no-repeat center center/cover;\n height: 100vh;\n display: flex;\n justify-content: center;\n align-items: center;\n color: #fff;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 4rem;\n margin: 0;\n}\n\n.hero-content p {\n font-size: 1.5rem;\n margin: 1rem 0;\n}\n\n.cta-button {\n background: #ff6f61;\n color: #fff;\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: 4rem 2rem;\n background: #f9f9f9;\n}\n\n.feature {\n text-align: center;\n max-width: 300px;\n}\n\n.feature h2 {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.gallery {\n padding: 4rem 2rem;\n text-align: center;\n}\n\n.gallery-images {\n display: flex;\n justify-content: space-around;\n flex-wrap: wrap;\n}\n\n.gallery-images img {\n max-width: 30%;\n margin: 1rem;\n border-radius: 10px;\n}\n\nfooter {\n background: #333;\n color: #fff;\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .features {\n flex-direction: column;\n align-items: center;\n }\n\n .gallery-images img {\n max-width: 100%;\n margin: 1rem 0;\n }\n\n .hero-content h1 {\n font-size: 3rem;\n }\n\n .hero-content p {\n font-size: 1.2rem;\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": 254,
+ "completion_tokens": 959,
+ "total_tokens": 1213,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 254
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # quacktoy.scroll.pub
+ Website generated by DeepSeek from prompt: I want make a simple website has only one home page to introduce my product which is a duck toy
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
+ body {
+ font-family: 'Arial', sans-serif;
+ margin: 0;
+ padding: 0;
+ color: #333;
+ line-height: 1.6;
+ }
+
+ .hero {
+ background: url('duck-bg.jpg') no-repeat center center/cover;
+ height: 100vh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ text-align: center;
+ }
+
+ .hero-content h1 {
+ font-size: 4rem;
+ margin: 0;
+ }
+
+ .hero-content p {
+ font-size: 1.5rem;
+ margin: 1rem 0;
+ }
+
+ .cta-button {
+ background: #ff6f61;
+ color: #fff;
+ 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: 4rem 2rem;
+ background: #f9f9f9;
+ }
+
+ .feature {
+ text-align: center;
+ max-width: 300px;
+ }
+
+ .feature h2 {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .gallery {
+ padding: 4rem 2rem;
+ text-align: center;
+ }
+
+ .gallery-images {
+ display: flex;
+ justify-content: space-around;
+ flex-wrap: wrap;
+ }
+
+ .gallery-images img {
+ max-width: 30%;
+ margin: 1rem;
+ border-radius: 10px;
+ }
+
+ footer {
+ background: #333;
+ color: #fff;
+ text-align: center;
+ padding: 1rem 0;
+ }
+
+ @media (max-width: 768px) {
+ .features {
+ flex-direction: column;
+ align-items: center;
+ }
+
+ .gallery-images img {
+ max-width: 100%;
+ margin: 1rem 0;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ }
+ }