Changes to applescroll.scroll.pub

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

Welcome to AppleScroll

+

Experience the future of technology with our innovative products.

+
+
+
+
+

Our Products

+
+
+ Product 1
+

Product 1

+

Discover the features of our latest product.

+
+
+ Product 2
+

Product 2

+

Experience unparalleled performance.

+
+
+ Product 3
+

Product 3

+

Designed for the modern lifestyle.

+
+
+
+
+
+

About Us

+

We are dedicated to creating products that inspire and innovate. Our mission is to bring cutting-edge technology to everyone.

+
+
+
+

Contact Us

+
+
+
+
+
+
+
+
+
+

AppleScroll - Innovation at Your Fingertips

+
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://applescroll.scroll.pub
+ metaTags
+ editButton /edit.html
+ title AppleScroll - Innovation at Your Fingertips
+ style.css
+ body.html
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "661c0c64-39c4-443c-889f-64eefeee9637",
+ "object": "chat.completion",
+ "created": 1735781811,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "---domain---\napplescroll.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://applescroll.scroll.pub\nmetaTags\neditButton /edit.html\ntitle AppleScroll - Innovation at Your Fingertips\nstyle.css\nbody.html\nscript.js\n---body.html---\n
\n \n
\n\n
\n
\n

Welcome to AppleScroll

\n

Experience the future of technology with our innovative products.

\n Explore Products\n
\n
\n\n
\n

Our Products

\n
\n
\n \"Product\n

Product 1

\n

Discover the features of our latest product.

\n
\n
\n \"Product\n

Product 2

\n

Experience unparalleled performance.

\n
\n
\n \"Product\n

Product 3

\n

Designed for the modern lifestyle.

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

About Us

\n

We are dedicated to creating products that inspire and innovate. Our mission is to bring cutting-edge technology to everyone.

\n
\n\n
\n

Contact Us

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

AppleScroll - Innovation at Your Fingertips

\n
\n---style.css---\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Arial', sans-serif;\n line-height: 1.6;\n color: #333;\n}\n\n.header {\n background: #333;\n color: #fff;\n padding: 1rem 0;\n}\n\n.navbar {\n display: flex;\n justify-content: center;\n gap: 2rem;\n}\n\n.nav-link {\n color: #fff;\n text-decoration: none;\n font-size: 1.1rem;\n}\n\n.hero-section {\n background: url('images/hero.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 {\n max-width: 600px;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.cta-button {\n background: #007aff;\n color: #fff;\n padding: 0.8rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-size: 1.1rem;\n}\n\n.products-section {\n padding: 2rem;\n text-align: center;\n}\n\n.product-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n margin-top: 2rem;\n}\n\n.product-card {\n background: #f4f4f4;\n padding: 1rem;\n border-radius: 5px;\n text-align: center;\n}\n\n.product-card img {\n max-width: 100%;\n border-radius: 5px;\n}\n\n.about-section, .contact-section {\n padding: 2rem;\n text-align: center;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 1rem;\n}\n\n.contact-form input, .contact-form textarea {\n padding: 0.8rem;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.contact-form button {\n background: #007aff;\n color: #fff;\n padding: 0.8rem;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n}\n\n.footer {\n background: #333;\n color: #fff;\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .navbar {\n flex-direction: column;\n gap: 1rem;\n }\n\n .hero-content h1 {\n font-size: 2rem;\n }\n\n .cta-button {\n padding: 0.6rem 1.5rem;\n }\n\n .product-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n const navLinks = document.querySelectorAll('.nav-link');\n\n navLinks.forEach(link => {\n link.addEventListener('click', function(e) {\n e.preventDefault();\n const targetId = this.getAttribute('href').substring(1);\n const targetSection = document.getElementById(targetId);\n targetSection.scrollIntoView({ behavior: 'smooth' });\n });\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 241,
+ "completion_tokens": 1337,
+ "total_tokens": 1578,
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 241
+ },
+ "system_fingerprint": "fp_f1afce2943"
+ }
readme.scroll
Changed around line 1
+ # applescroll.scroll.pub
+ Website generated by DeepSeek from prompt: 给我创建一个类似苹果官网的产品网站
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ const navLinks = document.querySelectorAll('.nav-link');
+
+ navLinks.forEach(link => {
+ link.addEventListener('click', function(e) {
+ e.preventDefault();
+ const targetId = this.getAttribute('href').substring(1);
+ const targetSection = document.getElementById(targetId);
+ targetSection.scrollIntoView({ behavior: 'smooth' });
+ });
+ });
+ });
style.css
Changed around line 1
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Arial', sans-serif;
+ line-height: 1.6;
+ color: #333;
+ }
+
+ .header {
+ background: #333;
+ color: #fff;
+ padding: 1rem 0;
+ }
+
+ .navbar {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ }
+
+ .nav-link {
+ color: #fff;
+ text-decoration: none;
+ font-size: 1.1rem;
+ }
+
+ .hero-section {
+ background: url('images/hero.jpg') no-repeat center center/cover;
+ height: 100vh;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ color: #fff;
+ text-align: center;
+ }
+
+ .hero-content {
+ max-width: 600px;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .cta-button {
+ background: #007aff;
+ color: #fff;
+ padding: 0.8rem 2rem;
+ text-decoration: none;
+ border-radius: 5px;
+ font-size: 1.1rem;
+ }
+
+ .products-section {
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .product-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
+ gap: 2rem;
+ margin-top: 2rem;
+ }
+
+ .product-card {
+ background: #f4f4f4;
+ padding: 1rem;
+ border-radius: 5px;
+ text-align: center;
+ }
+
+ .product-card img {
+ max-width: 100%;
+ border-radius: 5px;
+ }
+
+ .about-section, .contact-section {
+ padding: 2rem;
+ text-align: center;
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .contact-form input, .contact-form textarea {
+ padding: 0.8rem;
+ border: 1px solid #ccc;
+ border-radius: 5px;
+ }
+
+ .contact-form button {
+ background: #007aff;
+ color: #fff;
+ padding: 0.8rem;
+ border: none;
+ border-radius: 5px;
+ cursor: pointer;
+ }
+
+ .footer {
+ background: #333;
+ color: #fff;
+ text-align: center;
+ padding: 1rem 0;
+ }
+
+ @media (max-width: 768px) {
+ .navbar {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .hero-content h1 {
+ font-size: 2rem;
+ }
+
+ .cta-button {
+ padding: 0.6rem 1.5rem;
+ }
+
+ .product-grid {
+ grid-template-columns: 1fr;
+ }
+ }