Changes to creativescroll.scroll.pub

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

Welcome to Creative Scroll

+

Your journey to a stunning online presence starts here.

+
+
+
+
+

Home

+

Discover the art of web design with Creative Scroll. We specialize in creating beautiful, responsive websites that captivate and engage.

+
+
+
+

About Us

+

We are a team of passionate web developers dedicated to crafting unique digital experiences. Our mission is to bring your vision to life with creativity and precision.

+
+
+
+

Our Services

+
    +
  • Custom Web Design
  • +
  • Responsive Development
  • +
  • SEO Optimization
  • +
  • Content Creation
  • +
    +
    +
    +
    +

    Contact Us

    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Thank you for visiting Creative Scroll. Let's create something amazing together!

    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://creativescroll.scroll.pub
    + metaTags
    + editButton /edit.html
    + title Creative Scroll
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "450e8c51-52d9-42f2-a0d7-a8fcb15bc37a",
    + "object": "chat.completion",
    + "created": 1736214232,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\ncreativescroll.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://creativescroll.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Creative Scroll\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n \n

    Welcome to Creative Scroll

    \n

    Your journey to a stunning online presence starts here.

    \n
    \n\n
    \n
    \n

    Home

    \n

    Discover the art of web design with Creative Scroll. We specialize in creating beautiful, responsive websites that captivate and engage.

    \n
    \n\n
    \n

    About Us

    \n

    We are a team of passionate web developers dedicated to crafting unique digital experiences. Our mission is to bring your vision to life with creativity and precision.

    \n
    \n\n
    \n

    Our Services

    \n
      \n
    • Custom Web Design
    • \n
    • Responsive Development
    • \n
    • SEO Optimization
    • \n
    • Content Creation
    • \n
    \n
    \n\n
    \n

    Contact Us

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

    Thank you for visiting Creative Scroll. Let's create something amazing together!

    \n
    \n---style.css---\nbody {\n font-family: 'Arial', sans-serif;\n line-height: 1.6;\n margin: 0;\n padding: 0;\n background: #f4f4f4;\n color: #333;\n}\n\nheader {\n background: #333;\n color: #fff;\n padding: 20px 0;\n text-align: center;\n}\n\nheader h1 {\n margin: 0;\n font-size: 2.5em;\n}\n\nheader p {\n font-size: 1.2em;\n}\n\nnav {\n display: flex;\n justify-content: center;\n background: #444;\n padding: 10px 0;\n}\n\nnav a {\n color: #fff;\n text-decoration: none;\n margin: 0 15px;\n font-size: 1.1em;\n}\n\nnav a:hover {\n text-decoration: underline;\n}\n\nmain {\n padding: 20px;\n}\n\nsection {\n margin-bottom: 40px;\n}\n\nh2 {\n font-size: 2em;\n margin-bottom: 10px;\n}\n\nul {\n list-style-type: none;\n padding: 0;\n}\n\nul li {\n background: #fff;\n margin: 5px 0;\n padding: 10px;\n border-left: 5px solid #333;\n}\n\nform {\n display: flex;\n flex-direction: column;\n}\n\nform label {\n margin-bottom: 5px;\n font-weight: bold;\n}\n\nform input, form textarea {\n margin-bottom: 10px;\n padding: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\nform button {\n padding: 10px;\n background: #333;\n color: #fff;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n}\n\nform button:hover {\n background: #555;\n}\n\nfooter {\n text-align: center;\n padding: 20px;\n background: #333;\n color: #fff;\n margin-top: 40px;\n}\n\n@media (max-width: 768px) {\n header h1 {\n font-size: 2em;\n }\n\n header p {\n font-size: 1em;\n }\n\n nav {\n flex-direction: column;\n }\n\n nav a {\n margin: 5px 0;\n }\n\n h2 {\n font-size: 1.5em;\n }\n\n form input, form textarea {\n padding: 8px;\n }\n\n form button {\n padding: 8px;\n }\n}\n---script.js---\ndocument.getElementById('contactForm').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n});\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 238,
    + "completion_tokens": 1094,
    + "total_tokens": 1332,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 238
    + },
    + "system_fingerprint": "fp_3a5770e1b4"
    + }
    readme.scroll
    Changed around line 1
    + # creativescroll.scroll.pub
    + Website generated by DeepSeek from prompt: 帮我生成一个网站
    script.js
    Changed around line 1
    + document.getElementById('contactForm').addEventListener('submit', function(event) {
    + event.preventDefault();
    + alert('Thank you for your message! We will get back to you soon.');
    + this.reset();
    + });
    style.css
    Changed around line 1
    + body {
    + font-family: 'Arial', sans-serif;
    + line-height: 1.6;
    + margin: 0;
    + padding: 0;
    + background: #f4f4f4;
    + color: #333;
    + }
    +
    + header {
    + background: #333;
    + color: #fff;
    + padding: 20px 0;
    + text-align: center;
    + }
    +
    + header h1 {
    + margin: 0;
    + font-size: 2.5em;
    + }
    +
    + header p {
    + font-size: 1.2em;
    + }
    +
    + nav {
    + display: flex;
    + justify-content: center;
    + background: #444;
    + padding: 10px 0;
    + }
    +
    + nav a {
    + color: #fff;
    + text-decoration: none;
    + margin: 0 15px;
    + font-size: 1.1em;
    + }
    +
    + nav a:hover {
    + text-decoration: underline;
    + }
    +
    + main {
    + padding: 20px;
    + }
    +
    + section {
    + margin-bottom: 40px;
    + }
    +
    + h2 {
    + font-size: 2em;
    + margin-bottom: 10px;
    + }
    +
    + ul {
    + list-style-type: none;
    + padding: 0;
    + }
    +
    + ul li {
    + background: #fff;
    + margin: 5px 0;
    + padding: 10px;
    + border-left: 5px solid #333;
    + }
    +
    + form {
    + display: flex;
    + flex-direction: column;
    + }
    +
    + form label {
    + margin-bottom: 5px;
    + font-weight: bold;
    + }
    +
    + form input, form textarea {
    + margin-bottom: 10px;
    + padding: 10px;
    + border: 1px solid #ccc;
    + border-radius: 5px;
    + }
    +
    + form button {
    + padding: 10px;
    + background: #333;
    + color: #fff;
    + border: none;
    + border-radius: 5px;
    + cursor: pointer;
    + }
    +
    + form button:hover {
    + background: #555;
    + }
    +
    + footer {
    + text-align: center;
    + padding: 20px;
    + background: #333;
    + color: #fff;
    + margin-top: 40px;
    + }
    +
    + @media (max-width: 768px) {
    + header h1 {
    + font-size: 2em;
    + }
    +
    + header p {
    + font-size: 1em;
    + }
    +
    + nav {
    + flex-direction: column;
    + }
    +
    + nav a {
    + margin: 5px 0;
    + }
    +
    + h2 {
    + font-size: 1.5em;
    + }
    +
    + form input, form textarea {
    + padding: 8px;
    + }
    +
    + form button {
    + padding: 8px;
    + }
    + }