Changes to toyscape.scroll.pub

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

Toyscape

+

Where Imagination Comes to Play

+
+
+
+
+
+
+
+
+
+
+

Featured Toys

+
+
+ Toy 1
+
+

Super Robot

+

$29.99

+
+
+
+
+ Toy 2
+
+

Magic Castle

+

$49.99

+
+
+
+
+ Toy 3
+
+

Adventure Car

+

$19.99

+
+
+
+
+
+
+
+

About Us

+

At Toyscape, we believe in the power of play. Our mission is to provide high-quality, imaginative toys that inspire creativity and joy in children of all ages. Explore our collection and find the perfect toy for your little one!

+
+
+
+
+
+

Toyscape - Where Imagination Comes to Play

+
+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://toyscape.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Toyscape - Your Ultimate Toy Destination
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "4ce1f93e-5f28-4309-8b4e-f95a0bab6f8d",
+ "object": "chat.completion",
+ "created": 1736709952,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\ntoyscape.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://toyscape.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Toyscape - Your Ultimate Toy Destination\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n
\n

Toyscape

\n

Where Imagination Comes to Play

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

Featured Toys

\n
\n
\n \"Toy\n
\n

Super Robot

\n

$29.99

\n \n
\n
\n
\n \"Toy\n
\n

Magic Castle

\n

$49.99

\n \n
\n
\n
\n \"Toy\n
\n

Adventure Car

\n

$19.99

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

About Us

\n

At Toyscape, we believe in the power of play. Our mission is to provide high-quality, imaginative toys that inspire creativity and joy in children of all ages. Explore our collection and find the perfect toy for your little one!

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

Toyscape - Where Imagination Comes to Play

\n
\n
\n---style.css---\n@tailwind base;\n@tailwind components;\n@tailwind utilities;\n\nbody {\n font-family: 'Inter', sans-serif;\n}\n\n.container {\n max-width: 1200px;\n}\n\n.bg-gradient-to-r {\n background: linear-gradient(to right, #3b82f6, #9333ea);\n}\n\n.shadow-lg {\n box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);\n}\n\n.rounded-lg {\n border-radius: 0.5rem;\n}\n\n.hover\\:bg-purple-700:hover {\n background-color: #7e22ce;\n}\n\n.grid {\n display: grid;\n}\n\n.gap-6 {\n gap: 1.5rem;\n}\n\n.object-cover {\n object-fit: cover;\n}\n---script.js---\n// Simple script for interactive elements\ndocument.addEventListener('DOMContentLoaded', function() {\n const buttons = document.querySelectorAll('button');\n buttons.forEach(button => {\n button.addEventListener('click', () => {\n alert('Added to cart!');\n });\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 252,
+ "completion_tokens": 1196,
+ "total_tokens": 1448,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 252
+ },
+ "system_fingerprint": "fp_3a5770e1b4"
+ }
readme.scroll
Changed around line 1
+ # toyscape.scroll.pub
+
+ website generated by DeepSeek from prompt: I need a model ecommerce website for a toy shop in NextJs with Tailwind CSS
script.js
Changed around line 1
+ // Simple script for interactive elements
+ document.addEventListener('DOMContentLoaded', function() {
+ const buttons = document.querySelectorAll('button');
+ buttons.forEach(button => {
+ button.addEventListener('click', () => {
+ alert('Added to cart!');
+ });
+ });
+ });
style.css
Changed around line 1
+ @tailwind base;
+ @tailwind components;
+ @tailwind utilities;
+
+ body {
+ font-family: 'Inter', sans-serif;
+ }
+
+ .container {
+ max-width: 1200px;
+ }
+
+ .bg-gradient-to-r {
+ background: linear-gradient(to right, #3b82f6, #9333ea);
+ }
+
+ .shadow-lg {
+ box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
+ }
+
+ .rounded-lg {
+ border-radius: 0.5rem;
+ }
+
+ .hover\:bg-purple-700:hover {
+ background-color: #7e22ce;
+ }
+
+ .grid {
+ display: grid;
+ }
+
+ .gap-6 {
+ gap: 1.5rem;
+ }
+
+ .object-cover {
+ object-fit: cover;
+ }