Changes to betdash.scroll.pub

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

BetDash

+
+
    +
    +
    +
    +
    +
    +
    +
    +
    +

    Your Gateway to Smarter Sports Betting

    +

    Join thousands of users making informed decisions with BetDash.

    +
    +
    +
    +
    +
    +

    Features

    +
    +
    +

    Real-Time Odds

    +

    Access up-to-the-minute odds for all major sports.

    +
    +
    +

    Expert Analysis

    +

    Get insights from top sports analysts.

    +
    +
    +

    User-Friendly Interface

    +

    Simple and intuitive design for all users.

    +
    +
    +
    +
    +
    +
    +
    +

    How It Works

    +
    +
    +

    Sign Up

    +

    Create your account in minutes.

    +
    +
    +

    Choose Your Sport

    +

    Select from a wide range of sports.

    +
    +
    +

    Place Your Bet

    +

    Make informed bets with our tools.

    +
    +
    +
    +
    +
    +
    +
    +

    What Our Users Say

    +
    +
    +

    "BetDash has transformed the way I bet on sports. Highly recommend!"

    + - John D.
    +
    +
    +

    "The expert analysis is a game-changer. I feel more confident in my bets."

    + - Sarah L.
    +
    +
    +
    +
    +
    +
    +
    +

    Contact Us

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

    BetDash - Sports Betting Simplified

    +
    +
    index.scroll
    Changed around line 1
    + buildHtml
    + baseUrl https://betdash.scroll.pub
    + metaTags
    + editButton /edit.html
    + title BetDash - Sports Betting Simplified
    + style.css
    + body.html
    + script.js
    prompt.json
    Changed around line 1
    + {
    + "id": "052b4395-af47-4534-96b2-e2c5ad12e930",
    + "object": "chat.completion",
    + "created": 1736198659,
    + "model": "deepseek-chat",
    + "choices": [
    + {
    + "index": 0,
    + "message": {
    + "role": "assistant",
    + "content": "---domain---\nbetdash.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://betdash.scroll.pub\nmetaTags\neditButton /edit.html\ntitle BetDash - Sports Betting Simplified\nstyle.css\nbody.html\nscript.js\n---body.html---\n
    \n
    \n

    BetDash

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

    Your Gateway to Smarter Sports Betting

    \n

    Join thousands of users making informed decisions with BetDash.

    \n Get Started\n
    \n
    \n\n
    \n
    \n

    Features

    \n
    \n
    \n

    Real-Time Odds

    \n

    Access up-to-the-minute odds for all major sports.

    \n
    \n
    \n

    Expert Analysis

    \n

    Get insights from top sports analysts.

    \n
    \n
    \n

    User-Friendly Interface

    \n

    Simple and intuitive design for all users.

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

    How It Works

    \n
    \n
    \n

    Sign Up

    \n

    Create your account in minutes.

    \n
    \n
    \n

    Choose Your Sport

    \n

    Select from a wide range of sports.

    \n
    \n
    \n

    Place Your Bet

    \n

    Make informed bets with our tools.

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

    What Our Users Say

    \n
    \n
    \n

    \"BetDash has transformed the way I bet on sports. Highly recommend!\"

    \n - John D.\n
    \n
    \n

    \"The expert analysis is a game-changer. I feel more confident in my bets.\"

    \n - Sarah L.\n
    \n
    \n
    \n
    \n\n
    \n
    \n

    Contact Us

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

    BetDash - Sports Betting Simplified

    \n
    \n
    \n---style.css---\n:root {\n --primary-color: #1a73e8;\n --secondary-color: #fbbc05;\n --background-color: #f5f5f5;\n --text-color: #333;\n --font-family: 'Arial', sans-serif;\n}\n\nbody {\n font-family: var(--font-family);\n color: var(--text-color);\n background-color: var(--background-color);\n margin: 0;\n padding: 0;\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: white;\n padding: 20px 0;\n}\n\n.header .logo {\n font-size: 24px;\n font-weight: bold;\n}\n\n.header .nav ul {\n list-style: none;\n padding: 0;\n margin: 0;\n display: flex;\n justify-content: flex-end;\n}\n\n.header .nav ul li {\n margin-left: 20px;\n}\n\n.header .nav ul li a {\n color: white;\n text-decoration: none;\n font-weight: bold;\n}\n\n.hero {\n background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('hero-bg.jpg');\n background-size: cover;\n background-position: center;\n color: white;\n padding: 100px 0;\n text-align: center;\n}\n\n.hero h2 {\n font-size: 48px;\n margin-bottom: 20px;\n}\n\n.hero p {\n font-size: 24px;\n margin-bottom: 40px;\n}\n\n.cta-button {\n background-color: var(--secondary-color);\n color: white;\n padding: 15px 30px;\n text-decoration: none;\n font-weight: bold;\n border-radius: 5px;\n transition: background-color 0.3s ease;\n}\n\n.cta-button:hover {\n background-color: #e6a800;\n}\n\n.features, .how-it-works, .testimonials, .contact {\n padding: 60px 0;\n}\n\n.features h2, .how-it-works h2, .testimonials h2, .contact h2 {\n text-align: center;\n margin-bottom: 40px;\n font-size: 36px;\n}\n\n.feature-grid, .steps, .testimonial-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));\n gap: 20px;\n}\n\n.feature, .step, .testimonial {\n background: white;\n padding: 20px;\n border-radius: 10px;\n box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);\n text-align: center;\n}\n\n.feature h3, .step h3 {\n font-size: 24px;\n margin-bottom: 10px;\n}\n\n.testimonial p {\n font-style: italic;\n margin-bottom: 10px;\n}\n\n.testimonial cite {\n font-weight: bold;\n}\n\n.contact form {\n display: flex;\n flex-direction: column;\n gap: 15px;\n}\n\n.contact form input, .contact form textarea {\n padding: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\n.contact form button {\n background-color: var(--primary-color);\n color: white;\n padding: 15px;\n border: none;\n border-radius: 5px;\n cursor: pointer;\n transition: background-color 0.3s ease;\n}\n\n.contact form button:hover {\n background-color: #1557b3;\n}\n\n.footer {\n background-color: var(--primary-color);\n color: white;\n text-align: center;\n padding: 20px 0;\n}\n\n@media (max-width: 768px) {\n .header .nav ul {\n flex-direction: column;\n align-items: center;\n }\n\n .header .nav ul li {\n margin: 10px 0;\n }\n\n .hero h2 {\n font-size: 36px;\n }\n\n .hero p {\n font-size: 18px;\n }\n\n .feature-grid, .steps, .testimonial-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\ndocument.getElementById('contact-form').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for contacting us! We will get back to you soon.');\n this.reset();\n});\n---end---"
    + },
    + "logprobs": null,
    + "finish_reason": "stop"
    + }
    + ],
    + "usage": {
    + "prompt_tokens": 236,
    + "completion_tokens": 1921,
    + "total_tokens": 2157,
    + "prompt_cache_hit_tokens": 0,
    + "prompt_cache_miss_tokens": 236
    + },
    + "system_fingerprint": "fp_3a5770e1b4"
    + }
    readme.scroll
    Changed around line 1
    + # betdash.scroll.pub
    + Website generated by DeepSeek from prompt: Sports betting
    script.js
    Changed around line 1
    + document.getElementById('contact-form').addEventListener('submit', function(event) {
    + event.preventDefault();
    + alert('Thank you for contacting us! We will get back to you soon.');
    + this.reset();
    + });
    style.css
    Changed around line 1
    + :root {
    + --primary-color: #1a73e8;
    + --secondary-color: #fbbc05;
    + --background-color: #f5f5f5;
    + --text-color: #333;
    + --font-family: 'Arial', sans-serif;
    + }
    +
    + body {
    + font-family: var(--font-family);
    + color: var(--text-color);
    + background-color: var(--background-color);
    + margin: 0;
    + padding: 0;
    + line-height: 1.6;
    + }
    +
    + .container {
    + width: 90%;
    + max-width: 1200px;
    + margin: 0 auto;
    + }
    +
    + .header {
    + background-color: var(--primary-color);
    + color: white;
    + padding: 20px 0;
    + }
    +
    + .header .logo {
    + font-size: 24px;
    + font-weight: bold;
    + }
    +
    + .header .nav ul {
    + list-style: none;
    + padding: 0;
    + margin: 0;
    + display: flex;
    + justify-content: flex-end;
    + }
    +
    + .header .nav ul li {
    + margin-left: 20px;
    + }
    +
    + .header .nav ul li a {
    + color: white;
    + text-decoration: none;
    + font-weight: bold;
    + }
    +
    + .hero {
    + background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('hero-bg.jpg');
    + background-size: cover;
    + background-position: center;
    + color: white;
    + padding: 100px 0;
    + text-align: center;
    + }
    +
    + .hero h2 {
    + font-size: 48px;
    + margin-bottom: 20px;
    + }
    +
    + .hero p {
    + font-size: 24px;
    + margin-bottom: 40px;
    + }
    +
    + .cta-button {
    + background-color: var(--secondary-color);
    + color: white;
    + padding: 15px 30px;
    + text-decoration: none;
    + font-weight: bold;
    + border-radius: 5px;
    + transition: background-color 0.3s ease;
    + }
    +
    + .cta-button:hover {
    + background-color: #e6a800;
    + }
    +
    + .features, .how-it-works, .testimonials, .contact {
    + padding: 60px 0;
    + }
    +
    + .features h2, .how-it-works h2, .testimonials h2, .contact h2 {
    + text-align: center;
    + margin-bottom: 40px;
    + font-size: 36px;
    + }
    +
    + .feature-grid, .steps, .testimonial-grid {
    + display: grid;
    + grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    + gap: 20px;
    + }
    +
    + .feature, .step, .testimonial {
    + background: white;
    + padding: 20px;
    + border-radius: 10px;
    + box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    + text-align: center;
    + }
    +
    + .feature h3, .step h3 {
    + font-size: 24px;
    + margin-bottom: 10px;
    + }
    +
    + .testimonial p {
    + font-style: italic;
    + margin-bottom: 10px;
    + }
    +
    + .testimonial cite {
    + font-weight: bold;
    + }
    +
    + .contact form {
    + display: flex;
    + flex-direction: column;
    + gap: 15px;
    + }
    +
    + .contact form input, .contact form textarea {
    + padding: 10px;
    + border: 1px solid #ccc;
    + border-radius: 5px;
    + }
    +
    + .contact form button {
    + background-color: var(--primary-color);
    + color: white;
    + padding: 15px;
    + border: none;
    + border-radius: 5px;
    + cursor: pointer;
    + transition: background-color 0.3s ease;
    + }
    +
    + .contact form button:hover {
    + background-color: #1557b3;
    + }
    +
    + .footer {
    + background-color: var(--primary-color);
    + color: white;
    + text-align: center;
    + padding: 20px 0;
    + }
    +
    + @media (max-width: 768px) {
    + .header .nav ul {
    + flex-direction: column;
    + align-items: center;
    + }
    +
    + .header .nav ul li {
    + margin: 10px 0;
    + }
    +
    + .hero h2 {
    + font-size: 36px;
    + }
    +
    + .hero p {
    + font-size: 18px;
    + }
    +
    + .feature-grid, .steps, .testimonial-grid {
    + grid-template-columns: 1fr;
    + }
    + }