Changes to trashaway.scroll.pub

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

TrashAway

+
+
    +
    +
    +
    +
    +
    +
    +
    +

    Your Trusted Garbage Removal Experts

    +

    Fast, reliable, and eco-friendly waste disposal services.

    +
    +
    +
    +
    +
    +

    Our Services

    +
    +
    +

    Residential Waste Removal

    +

    We handle household garbage, yard waste, and more.

    +
    +
    +

    Commercial Waste Removal

    +

    Efficient waste solutions for businesses of all sizes.

    +
    +
    +

    Recycling Services

    +

    Eco-friendly recycling to reduce your carbon footprint.

    +
    +
    +
    +
    +
    +
    +
    +

    About Us

    +

    TrashAway is a locally-owned garbage removal company dedicated to providing fast, reliable, and eco-friendly waste disposal services. We pride ourselves on excellent customer service and sustainable practices.

    +
    +
    +
    +
    +
    +

    Contact Us

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

    TrashAway | Fast & Reliable Garbage Removal

    +
    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://trashaway.scroll.pub
    + metaTags
    + editButton /edit.html
    + title TrashAway | Fast & Reliable Garbage Removal
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "3281afcb-18d8-4206-b41b-9bcbf6fb35ad",
    + "object": "chat.completion",
    + "created": 1736231708,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\ntrashaway.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://trashaway.scroll.pub\nmetaTags\neditButton /edit.html\ntitle TrashAway | Fast & Reliable Garbage Removal\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n
    \n

    TrashAway

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

    Your Trusted Garbage Removal Experts

    \n

    Fast, reliable, and eco-friendly waste disposal services.

    \n Get a Free Quote\n
    \n
    \n\n
    \n
    \n

    Our Services

    \n
    \n
    \n

    Residential Waste Removal

    \n

    We handle household garbage, yard waste, and more.

    \n
    \n
    \n

    Commercial Waste Removal

    \n

    Efficient waste solutions for businesses of all sizes.

    \n
    \n
    \n

    Recycling Services

    \n

    Eco-friendly recycling to reduce your carbon footprint.

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

    About Us

    \n

    TrashAway is a locally-owned garbage removal company dedicated to providing fast, reliable, and eco-friendly waste disposal services. We pride ourselves on excellent customer service and sustainable practices.

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

    Contact Us

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

    TrashAway | Fast & Reliable Garbage Removal

    \n
    \n
    \n---style.css---\n:root {\n --primary-color: #2ecc71;\n --secondary-color: #27ae60;\n --background-color: #f4f4f4;\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 line-height: 1.6;\n}\n\n.container {\n width: 90%;\n max-width: 1200px;\n margin: 0 auto;\n}\n\n.header {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 1rem 0;\n}\n\n.header .logo {\n margin: 0;\n font-size: 1.8rem;\n}\n\n.nav ul {\n list-style: none;\n padding: 0;\n display: flex;\n gap: 1rem;\n}\n\n.nav ul li a {\n color: var(--white);\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCI+PHBhdGggZmlsbD0iIzJlY2M3MSIgZD0iTTAgMHYxNDBoMTI4MFYweiIvPjwvc3ZnPg==') no-repeat center center/cover;\n color: var(--white);\n text-align: center;\n padding: 5rem 0;\n}\n\n.hero h2 {\n font-size: 2.5rem;\n margin-bottom: 1rem;\n}\n\n.hero p {\n font-size: 1.2rem;\n margin-bottom: 2rem;\n}\n\n.cta-button {\n background-color: var(--secondary-color);\n color: var(--white);\n padding: 0.8rem 2rem;\n text-decoration: none;\n border-radius: 5px;\n font-weight: bold;\n}\n\n.services {\n padding: 4rem 0;\n background-color: var(--white);\n}\n\n.services h2 {\n text-align: center;\n margin-bottom: 2rem;\n}\n\n.service-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 2rem;\n}\n\n.service-card {\n background-color: var(--background-color);\n padding: 1.5rem;\n border-radius: 5px;\n text-align: center;\n}\n\n.service-card h3 {\n margin-bottom: 1rem;\n}\n\n.about {\n padding: 4rem 0;\n background-color: var(--background-color);\n text-align: center;\n}\n\n.about h2 {\n margin-bottom: 1rem;\n}\n\n.contact {\n padding: 4rem 0;\n background-color: var(--white);\n}\n\n.contact h2 {\n text-align: center;\n margin-bottom: 2rem;\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 input, .contact textarea {\n padding: 0.8rem;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.contact button {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 0.8rem;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: var(--white);\n text-align: center;\n padding: 1rem 0;\n}\n\n@media (max-width: 768px) {\n .nav ul {\n flex-direction: column;\n align-items: center;\n }\n\n .hero h2 {\n font-size: 2rem;\n }\n\n .hero p {\n font-size: 1rem;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function (e) {\n e.preventDefault();\n alert('Thank you for contacting us! We will get back to you shortly.');\n this.reset();\n});\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 238,
    + "completion_tokens": 1618,
    + "total_tokens": 1856,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 238
    + },
    + "system_fingerprint": "fp_3a5770e1b4"
    + }
    readme.scroll
    Changed around line 1
    + # trashaway.scroll.pub
    + Website generated by DeepSeek from prompt: garbage removal company
    script.js
    Changed around line 1
    + document.getElementById('contact-form').addEventListener('submit', function (e) {
    + e.preventDefault();
    + alert('Thank you for contacting us! We will get back to you shortly.');
    + this.reset();
    + });
    style.css
    Changed around line 1
    + :root {
    + --primary-color: #2ecc71;
    + --secondary-color: #27ae60;
    + --background-color: #f4f4f4;
    + --text-color: #333;
    + --white: #fff;
    + }
    +
    + body {
    + font-family: 'Arial', sans-serif;
    + margin: 0;
    + padding: 0;
    + color: var(--text-color);
    + background-color: var(--background-color);
    + line-height: 1.6;
    + }
    +
    + .container {
    + width: 90%;
    + max-width: 1200px;
    + margin: 0 auto;
    + }
    +
    + .header {
    + background-color: var(--primary-color);
    + color: var(--white);
    + padding: 1rem 0;
    + }
    +
    + .header .logo {
    + margin: 0;
    + font-size: 1.8rem;
    + }
    +
    + .nav ul {
    + list-style: none;
    + padding: 0;
    + display: flex;
    + gap: 1rem;
    + }
    +
    + .nav ul li a {
    + color: var(--white);
    + text-decoration: none;
    + font-weight: bold;
    + }
    +
    + .hero {
    + background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxMjgwIDE0MCI+PHBhdGggZmlsbD0iIzJlY2M3MSIgZD0iTTAgMHYxNDBoMTI4MFYweiIvPjwvc3ZnPg==') no-repeat center center/cover;
    + color: var(--white);
    + text-align: center;
    + padding: 5rem 0;
    + }
    +
    + .hero h2 {
    + font-size: 2.5rem;
    + margin-bottom: 1rem;
    + }
    +
    + .hero p {
    + font-size: 1.2rem;
    + margin-bottom: 2rem;
    + }
    +
    + .cta-button {
    + background-color: var(--secondary-color);
    + color: var(--white);
    + padding: 0.8rem 2rem;
    + text-decoration: none;
    + border-radius: 5px;
    + font-weight: bold;
    + }
    +
    + .services {
    + padding: 4rem 0;
    + background-color: var(--white);
    + }
    +
    + .services h2 {
    + text-align: center;
    + margin-bottom: 2rem;
    + }
    +
    + .service-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    + gap: 2rem;
    + }
    +
    + .service-card {
    + background-color: var(--background-color);
    + padding: 1.5rem;
    + border-radius: 5px;
    + text-align: center;
    + }
    +
    + .service-card h3 {
    + margin-bottom: 1rem;
    + }
    +
    + .about {
    + padding: 4rem 0;
    + background-color: var(--background-color);
    + text-align: center;
    + }
    +
    + .about h2 {
    + margin-bottom: 1rem;
    + }
    +
    + .contact {
    + padding: 4rem 0;
    + background-color: var(--white);
    + }
    +
    + .contact h2 {
    + text-align: center;
    + margin-bottom: 2rem;
    + }
    +
    + .contact form {
    + max-width: 600px;
    + margin: 0 auto;
    + display: flex;
    + flex-direction: column;
    + gap: 1rem;
    + }
    +
    + .contact input, .contact textarea {
    + padding: 0.8rem;
    + border: 1px solid #ccc;
    + border-radius: 5px;
    + }
    +
    + .contact button {
    + background-color: var(--primary-color);
    + color: var(--white);
    + padding: 0.8rem;
    + border: none;
    + border-radius: 5px;
    + cursor: pointer;
    + }
    +
    + .footer {
    + background-color: var(--primary-color);
    + color: var(--white);
    + text-align: center;
    + padding: 1rem 0;
    + }
    +
    + @media (max-width: 768px) {
    + .nav ul {
    + flex-direction: column;
    + align-items: center;
    + }
    +
    + .hero h2 {
    + font-size: 2rem;
    + }
    +
    + .hero p {
    + font-size: 1rem;
    + }
    + }