Changes to fanzone.scroll.pub

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

Fanzone

+
+
+
+
+
+
+
+
+
+

Unlock Exclusive Content

+

Connect with your favorite creators and enjoy premium content.

+
+
+
+
+
+
+

Features

+
+
+
🎥
+

Exclusive Videos

+

Access premium videos from top creators.

+
+
+
💬
+

Interactive Chat

+

Engage directly with creators in real-time.

+
+
+
📊
+

Analytics Tools

+

Track your engagement and growth.

+
+
+
+
+
+
+
+

Pricing

+
+
+

Basic

+

$9.99/month

+
    +
  • Access to basic content
  • +
  • Limited chat access
  • +
    +
    +
    +
    +

    Premium

    +

    $19.99/month

    +
      +
    • Full content access
    • +
    • Unlimited chat access
    • +
    • Advanced analytics
    • +
      +
      +
      +
      +
      +
      +
      +
      +
      +

      Join the Community

      +

      Be part of an exclusive network of creators and fans.

      +
      +
      +
      +
      +
      +
      +
      +

      Fanzone - Connecting Creators and Fans

      +
      +
      +
      +
      +
      + ×
      +

      Join Fanzone

      +
      +
      +
      +
      +
      +
      index.scroll
      Changed around line 1
      + buildHtml
      + baseUrl https://fanzone.scroll.pub
      + metaTags
      + editButton /edit.html
      + title Fanzone - Exclusive Content & Interactive Community
      + style.css
      + body.html
      + script.js
      prompt.json
      Changed around line 1
      + {
      + "id": "7d02b8d1-52c6-4e06-a2b2-a605f827b18c",
      + "object": "chat.completion",
      + "created": 1735927969,
      + "model": "deepseek-chat",
      + "choices": [
      + {
      + "index": 0,
      + "message": {
      + "role": "assistant",
      + "content": "---domain---\nfanzone.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://fanzone.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Fanzone - Exclusive Content & Interactive Community\nstyle.css\nbody.html\nscript.js\n---body.html---\n
      \n
      \n

      Fanzone

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

      Unlock Exclusive Content

      \n

      Connect with your favorite creators and enjoy premium content.

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

      Features

      \n
      \n
      \n
      🎥
      \n

      Exclusive Videos

      \n

      Access premium videos from top creators.

      \n
      \n
      \n
      💬
      \n

      Interactive Chat

      \n

      Engage directly with creators in real-time.

      \n
      \n
      \n
      📊
      \n

      Analytics Tools

      \n

      Track your engagement and growth.

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

      Pricing

      \n
      \n
      \n

      Basic

      \n

      $9.99/month

      \n
        \n
      • Access to basic content
      • \n
      • Limited chat access
      • \n
      \n \n
      \n
      \n

      Premium

      \n

      $19.99/month

      \n
        \n
      • Full content access
      • \n
      • Unlimited chat access
      • \n
      • Advanced analytics
      • \n
      \n \n
      \n
      \n
      \n
      \n\n
      \n
      \n

      Join the Community

      \n

      Be part of an exclusive network of creators and fans.

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

      Fanzone - Connecting Creators and Fans

      \n
      \n
      \n\n
      \n
      \n ×\n

      Join Fanzone

      \n
      \n \n \n
      \n
      \n
      \n---style.css---\n:root {\n --primary-color: #ff4757;\n --secondary-color: #2f3542;\n --background-color: #f1f2f6;\n --text-color: #2f3542;\n --white: #ffffff;\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}\n\n.container {\n max-width: 1200px;\n margin: 0 auto;\n padding: 0 20px;\n}\n\n.header {\n background-color: var(--secondary-color);\n color: var(--white);\n padding: 20px 0;\n}\n\n.logo {\n font-size: 24px;\n font-weight: bold;\n}\n\n.nav {\n display: flex;\n gap: 20px;\n}\n\n.nav-link {\n color: var(--white);\n text-decoration: none;\n font-weight: bold;\n}\n\n.cta-button {\n background-color: var(--primary-color);\n color: var(--white);\n border: none;\n padding: 10px 20px;\n cursor: pointer;\n font-weight: bold;\n}\n\n.hero {\n background-color: var(--primary-color);\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.hero-title {\n font-size: 48px;\n margin-bottom: 20px;\n}\n\n.hero-text {\n font-size: 18px;\n margin-bottom: 40px;\n}\n\n.hero-button {\n background-color: var(--secondary-color);\n color: var(--white);\n border: none;\n padding: 15px 30px;\n cursor: pointer;\n font-weight: bold;\n}\n\n.features {\n padding: 80px 0;\n}\n\n.section-title {\n text-align: center;\n font-size: 36px;\n margin-bottom: 40px;\n}\n\n.feature-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.feature-card {\n background-color: var(--white);\n padding: 20px;\n border-radius: 10px;\n text-align: center;\n}\n\n.feature-icon {\n font-size: 48px;\n margin-bottom: 20px;\n}\n\n.feature-title {\n font-size: 24px;\n margin-bottom: 10px;\n}\n\n.feature-text {\n font-size: 16px;\n}\n\n.pricing {\n padding: 80px 0;\n}\n\n.pricing-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\n gap: 20px;\n}\n\n.pricing-card {\n background-color: var(--white);\n padding: 20px;\n border-radius: 10px;\n text-align: center;\n}\n\n.pricing-title {\n font-size: 24px;\n margin-bottom: 10px;\n}\n\n.pricing-price {\n font-size: 36px;\n margin-bottom: 20px;\n}\n\n.pricing-features {\n list-style: none;\n padding: 0;\n margin-bottom: 20px;\n}\n\n.pricing-button {\n background-color: var(--primary-color);\n color: var(--white);\n border: none;\n padding: 10px 20px;\n cursor: pointer;\n font-weight: bold;\n}\n\n.community {\n background-color: var(--secondary-color);\n color: var(--white);\n padding: 100px 0;\n text-align: center;\n}\n\n.community-text {\n font-size: 18px;\n margin-bottom: 40px;\n}\n\n.community-button {\n background-color: var(--primary-color);\n color: var(--white);\n border: none;\n padding: 15px 30px;\n cursor: pointer;\n font-weight: bold;\n}\n\n.footer {\n background-color: var(--secondary-color);\n color: var(--white);\n padding: 20px 0;\n text-align: center;\n}\n\n.modal {\n display: none;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgba(0, 0, 0, 0.5);\n justify-content: center;\n align-items: center;\n}\n\n.modal-content {\n background-color: var(--white);\n padding: 20px;\n border-radius: 10px;\n text-align: center;\n}\n\n.close {\n float: right;\n cursor: pointer;\n}\n\nform input {\n width: 100%;\n padding: 10px;\n margin-bottom: 10px;\n border: 1px solid #ccc;\n border-radius: 5px;\n}\n\nform button {\n background-color: var(--primary-color);\n color: var(--white);\n border: none;\n padding: 10px 20px;\n cursor: pointer;\n font-weight: bold;\n}\n\n@media (max-width: 768px) {\n .hero-title {\n font-size: 36px;\n }\n\n .hero-text {\n font-size: 16px;\n }\n\n .feature-grid, .pricing-grid {\n grid-template-columns: 1fr;\n }\n}\n---script.js---\nfunction showSignupModal() {\n document.getElementById('signupModal').style.display = 'flex';\n}\n\nfunction hideSignupModal() {\n document.getElementById('signupModal').style.display = 'none';\n}\n\ndocument.getElementById('signupForm').addEventListener('submit', function(event) {\n event.preventDefault();\n alert('Thank you for signing up!');\n hideSignupModal();\n});\n---end---"
      + },
      + "logprobs": null,
      + "finish_reason": "stop"
      + }
      + ],
      + "usage": {
      + "prompt_tokens": 259,
      + "completion_tokens": 2241,
      + "total_tokens": 2500,
      + "prompt_cache_hit_tokens": 0,
      + "prompt_cache_miss_tokens": 259
      + },
      + "system_fingerprint": "fp_3a5770e1b4"
      + }
      readme.scroll
      Changed around line 1
      + # fanzone.scroll.pub
      + Website generated by DeepSeek from prompt: 我要创建一个类似onlyfans的会员网站,要有数值工具和互动性,要有创意,整体上更吸引客户
      script.js
      Changed around line 1
      + function showSignupModal() {
      + document.getElementById('signupModal').style.display = 'flex';
      + }
      +
      + function hideSignupModal() {
      + document.getElementById('signupModal').style.display = 'none';
      + }
      +
      + document.getElementById('signupForm').addEventListener('submit', function(event) {
      + event.preventDefault();
      + alert('Thank you for signing up!');
      + hideSignupModal();
      + });
      style.css
      Changed around line 1
      + :root {
      + --primary-color: #ff4757;
      + --secondary-color: #2f3542;
      + --background-color: #f1f2f6;
      + --text-color: #2f3542;
      + --white: #ffffff;
      + --font-family: 'Arial', sans-serif;
      + }
      +
      + body {
      + font-family: var(--font-family);
      + color: var(--text-color);
      + background-color: var(--background-color);
      + margin: 0;
      + padding: 0;
      + }
      +
      + .container {
      + max-width: 1200px;
      + margin: 0 auto;
      + padding: 0 20px;
      + }
      +
      + .header {
      + background-color: var(--secondary-color);
      + color: var(--white);
      + padding: 20px 0;
      + }
      +
      + .logo {
      + font-size: 24px;
      + font-weight: bold;
      + }
      +
      + .nav {
      + display: flex;
      + gap: 20px;
      + }
      +
      + .nav-link {
      + color: var(--white);
      + text-decoration: none;
      + font-weight: bold;
      + }
      +
      + .cta-button {
      + background-color: var(--primary-color);
      + color: var(--white);
      + border: none;
      + padding: 10px 20px;
      + cursor: pointer;
      + font-weight: bold;
      + }
      +
      + .hero {
      + background-color: var(--primary-color);
      + color: var(--white);
      + padding: 100px 0;
      + text-align: center;
      + }
      +
      + .hero-title {
      + font-size: 48px;
      + margin-bottom: 20px;
      + }
      +
      + .hero-text {
      + font-size: 18px;
      + margin-bottom: 40px;
      + }
      +
      + .hero-button {
      + background-color: var(--secondary-color);
      + color: var(--white);
      + border: none;
      + padding: 15px 30px;
      + cursor: pointer;
      + font-weight: bold;
      + }
      +
      + .features {
      + padding: 80px 0;
      + }
      +
      + .section-title {
      + text-align: center;
      + font-size: 36px;
      + margin-bottom: 40px;
      + }
      +
      + .feature-grid {
      + display: grid;
      + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      + gap: 20px;
      + }
      +
      + .feature-card {
      + background-color: var(--white);
      + padding: 20px;
      + border-radius: 10px;
      + text-align: center;
      + }
      +
      + .feature-icon {
      + font-size: 48px;
      + margin-bottom: 20px;
      + }
      +
      + .feature-title {
      + font-size: 24px;
      + margin-bottom: 10px;
      + }
      +
      + .feature-text {
      + font-size: 16px;
      + }
      +
      + .pricing {
      + padding: 80px 0;
      + }
      +
      + .pricing-grid {
      + display: grid;
      + grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      + gap: 20px;
      + }
      +
      + .pricing-card {
      + background-color: var(--white);
      + padding: 20px;
      + border-radius: 10px;
      + text-align: center;
      + }
      +
      + .pricing-title {
      + font-size: 24px;
      + margin-bottom: 10px;
      + }
      +
      + .pricing-price {
      + font-size: 36px;
      + margin-bottom: 20px;
      + }
      +
      + .pricing-features {
      + list-style: none;
      + padding: 0;
      + margin-bottom: 20px;
      + }
      +
      + .pricing-button {
      + background-color: var(--primary-color);
      + color: var(--white);
      + border: none;
      + padding: 10px 20px;
      + cursor: pointer;
      + font-weight: bold;
      + }
      +
      + .community {
      + background-color: var(--secondary-color);
      + color: var(--white);
      + padding: 100px 0;
      + text-align: center;
      + }
      +
      + .community-text {
      + font-size: 18px;
      + margin-bottom: 40px;
      + }
      +
      + .community-button {
      + background-color: var(--primary-color);
      + color: var(--white);
      + border: none;
      + padding: 15px 30px;
      + cursor: pointer;
      + font-weight: bold;
      + }
      +
      + .footer {
      + background-color: var(--secondary-color);
      + color: var(--white);
      + padding: 20px 0;
      + text-align: center;
      + }
      +
      + .modal {
      + display: none;
      + position: fixed;
      + top: 0;
      + left: 0;
      + width: 100%;
      + height: 100%;
      + background-color: rgba(0, 0, 0, 0.5);
      + justify-content: center;
      + align-items: center;
      + }
      +
      + .modal-content {
      + background-color: var(--white);
      + padding: 20px;
      + border-radius: 10px;
      + text-align: center;
      + }
      +
      + .close {
      + float: right;
      + cursor: pointer;
      + }
      +
      + form input {
      + width: 100%;
      + padding: 10px;
      + margin-bottom: 10px;
      + border: 1px solid #ccc;
      + border-radius: 5px;
      + }
      +
      + form button {
      + background-color: var(--primary-color);
      + color: var(--white);
      + border: none;
      + padding: 10px 20px;
      + cursor: pointer;
      + font-weight: bold;
      + }
      +
      + @media (max-width: 768px) {
      + .hero-title {
      + font-size: 36px;
      + }
      +
      + .hero-text {
      + font-size: 16px;
      + }
      +
      + .feature-grid, .pricing-grid {
      + grid-template-columns: 1fr;
      + }
      + }