commit 39df4af735e4f4e7e199ad9b2ed5db061156c6d6
Author: root <root@hub.scroll.pub>
Date: 2025-01-06 21:24:47 +0000
Subject: Initial commit
diff --git a/body.html b/body.html
new file mode 100644
index 0000000..bafd33b
--- /dev/null
+++ b/body.html
@@ -0,0 +1,97 @@
+<header class="header">
+ <div class="container">
+ <h1 class="logo">BetDash</h1>
+ <nav class="nav">
+ <ul>
+ <li><a href="#features">Features</a></li>
+ <li><a href="#how-it-works">How It Works</a></li>
+ <li><a href="#testimonials">Testimonials</a></li>
+ <li><a href="#contact">Contact</a></li>
+ </ul>
+ </nav>
+ </div>
+</header>
+
+<main>
+ <section class="hero">
+ <div class="container">
+ <h2>Your Gateway to Smarter Sports Betting</h2>
+ <p>Join thousands of users making informed decisions with BetDash.</p>
+ <a href="#signup" class="cta-button">Get Started</a>
+ </div>
+ </section>
+
+ <section id="features" class="features">
+ <div class="container">
+ <h2>Features</h2>
+ <div class="feature-grid">
+ <div class="feature">
+ <h3>Real-Time Odds</h3>
+ <p>Access up-to-the-minute odds for all major sports.</p>
+ </div>
+ <div class="feature">
+ <h3>Expert Analysis</h3>
+ <p>Get insights from top sports analysts.</p>
+ </div>
+ <div class="feature">
+ <h3>User-Friendly Interface</h3>
+ <p>Simple and intuitive design for all users.</p>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <section id="how-it-works" class="how-it-works">
+ <div class="container">
+ <h2>How It Works</h2>
+ <div class="steps">
+ <div class="step">
+ <h3>Sign Up</h3>
+ <p>Create your account in minutes.</p>
+ </div>
+ <div class="step">
+ <h3>Choose Your Sport</h3>
+ <p>Select from a wide range of sports.</p>
+ </div>
+ <div class="step">
+ <h3>Place Your Bet</h3>
+ <p>Make informed bets with our tools.</p>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <section id="testimonials" class="testimonials">
+ <div class="container">
+ <h2>What Our Users Say</h2>
+ <div class="testimonial-grid">
+ <div class="testimonial">
+ <p>"BetDash has transformed the way I bet on sports. Highly recommend!"</p>
+ <cite>- John D.</cite>
+ </div>
+ <div class="testimonial">
+ <p>"The expert analysis is a game-changer. I feel more confident in my bets."</p>
+ <cite>- Sarah L.</cite>
+ </div>
+ </div>
+ </div>
+ </section>
+
+ <section id="contact" class="contact">
+ <div class="container">
+ <h2>Contact Us</h2>
+ <form id="contact-form">
+ <input type="text" id="name" name="name" placeholder="Your Name" required>
+ <input type="email" id="email" name="email" placeholder="Your Email" required>
+ <textarea id="message" name="message" placeholder="Your Message" required></textarea>
+ <button type="submit">Send Message</button>
+ </form>
+ </div>
+ </section>
+</main>
+
+<footer class="footer">
+ <div class="container">
+ <p>BetDash - Sports Betting Simplified</p>
+ </div>
+</footer>
\ No newline at end of file
diff --git a/index.scroll b/index.scroll
new file mode 100644
index 0000000..e06993a
--- /dev/null
+++ b/index.scroll
@@ -0,0 +1,8 @@
+buildHtml
+baseUrl https://betdash.scroll.pub
+metaTags
+editButton /edit.html
+title BetDash - Sports Betting Simplified
+style.css
+body.html
+script.js
\ No newline at end of file
diff --git a/prompt.json b/prompt.json
new file mode 100644
index 0000000..8850e14
--- /dev/null
+++ b/prompt.json
@@ -0,0 +1,25 @@
+{
+ "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<header class=\"header\">\n <div class=\"container\">\n <h1 class=\"logo\">BetDash</h1>\n <nav class=\"nav\">\n <ul>\n <li><a href=\"#features\">Features</a></li>\n <li><a href=\"#how-it-works\">How It Works</a></li>\n <li><a href=\"#testimonials\">Testimonials</a></li>\n <li><a href=\"#contact\">Contact</a></li>\n </ul>\n </nav>\n </div>\n</header>\n\n<main>\n <section class=\"hero\">\n <div class=\"container\">\n <h2>Your Gateway to Smarter Sports Betting</h2>\n <p>Join thousands of users making informed decisions with BetDash.</p>\n <a href=\"#signup\" class=\"cta-button\">Get Started</a>\n </div>\n </section>\n\n <section id=\"features\" class=\"features\">\n <div class=\"container\">\n <h2>Features</h2>\n <div class=\"feature-grid\">\n <div class=\"feature\">\n <h3>Real-Time Odds</h3>\n <p>Access up-to-the-minute odds for all major sports.</p>\n </div>\n <div class=\"feature\">\n <h3>Expert Analysis</h3>\n <p>Get insights from top sports analysts.</p>\n </div>\n <div class=\"feature\">\n <h3>User-Friendly Interface</h3>\n <p>Simple and intuitive design for all users.</p>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"how-it-works\" class=\"how-it-works\">\n <div class=\"container\">\n <h2>How It Works</h2>\n <div class=\"steps\">\n <div class=\"step\">\n <h3>Sign Up</h3>\n <p>Create your account in minutes.</p>\n </div>\n <div class=\"step\">\n <h3>Choose Your Sport</h3>\n <p>Select from a wide range of sports.</p>\n </div>\n <div class=\"step\">\n <h3>Place Your Bet</h3>\n <p>Make informed bets with our tools.</p>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"testimonials\" class=\"testimonials\">\n <div class=\"container\">\n <h2>What Our Users Say</h2>\n <div class=\"testimonial-grid\">\n <div class=\"testimonial\">\n <p>\"BetDash has transformed the way I bet on sports. Highly recommend!\"</p>\n <cite>- John D.</cite>\n </div>\n <div class=\"testimonial\">\n <p>\"The expert analysis is a game-changer. I feel more confident in my bets.\"</p>\n <cite>- Sarah L.</cite>\n </div>\n </div>\n </div>\n </section>\n\n <section id=\"contact\" class=\"contact\">\n <div class=\"container\">\n <h2>Contact Us</h2>\n <form id=\"contact-form\">\n <input type=\"text\" id=\"name\" name=\"name\" placeholder=\"Your Name\" required>\n <input type=\"email\" id=\"email\" name=\"email\" placeholder=\"Your Email\" required>\n <textarea id=\"message\" name=\"message\" placeholder=\"Your Message\" required></textarea>\n <button type=\"submit\">Send Message</button>\n </form>\n </div>\n </section>\n</main>\n\n<footer class=\"footer\">\n <div class=\"container\">\n <p>BetDash - Sports Betting Simplified</p>\n </div>\n</footer>\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"
+}
\ No newline at end of file
diff --git a/readme.scroll b/readme.scroll
new file mode 100644
index 0000000..4612086
--- /dev/null
+++ b/readme.scroll
@@ -0,0 +1,2 @@
+# betdash.scroll.pub
+Website generated by DeepSeek from prompt: Sports betting
\ No newline at end of file
diff --git a/script.js b/script.js
new file mode 100644
index 0000000..c06cca4
--- /dev/null
+++ b/script.js
@@ -0,0 +1,5 @@
+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();
+});
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..9eb62ac
--- /dev/null
+++ b/style.css
@@ -0,0 +1,178 @@
+: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;
+ }
+}
\ No newline at end of file