------------------------------------------------------------
commit 907555da577f584ea29916600103cb5dec4b159c
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:16:08 2024 +0000 updated claude.html diff --git a/claude.html b/claude.html index 72c3402..50f7a90 100644 --- a/claude.html +++ b/claude.html @@ -158,8 +158,10 @@ <div class="benefit-card"> <h3>Exclusive Access</h3> <p> - Register names on The Scroll and attend exclusive events and meetups - to connect with fellow Scroll enthusiasts and expand your knowledge. + Register names on + <a href="https://wws.scroll.pub/">The Scroll</a> and attend + exclusive events and meetups to connect with fellow Scroll + enthusiasts and expand your knowledge. </p> </div> <div class="benefit-card"> ------------------------------------------------------------
commit 03031ef6bb796b117f7ff02b4ebe075d1d0d7278
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:15:46 2024 +0000 updated claude.html diff --git a/claude.html b/claude.html index 1a3bc26..72c3402 100644 --- a/claude.html +++ b/claude.html @@ -152,7 +152,7 @@ <h3>Personal Support</h3> <p> Get direct access to expert support for using Scroll, helping you - build and maintain amazing sites on The Web and The Scroll. + build and maintain amazing folders on The Web and The Scroll. </p> </div> <div class="benefit-card"> ------------------------------------------------------------
commit 5fc254e3f454210d91476159d39c77cb2bce4504
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:15:35 2024 +0000 updated claude.html diff --git a/claude.html b/claude.html index 7a505cf..1a3bc26 100644 --- a/claude.html +++ b/claude.html @@ -152,7 +152,7 @@ <h3>Personal Support</h3> <p> Get direct access to expert support for using Scroll, helping you - build and maintain amazing properties on The Web and The Scroll. + build and maintain amazing sites on The Web and The Scroll. </p> </div> <div class="benefit-card"> ------------------------------------------------------------
commit fc5373ef7c3357816d08262c8c5d707fc49632d0
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:15:25 2024 +0000 updated claude.html diff --git a/claude.html b/claude.html index ca9fd8c..7a505cf 100644 --- a/claude.html +++ b/claude.html @@ -152,7 +152,7 @@ <h3>Personal Support</h3> <p> Get direct access to expert support for using Scroll, helping you - build and maintain amazing presenes on The Web and The Scroll. + build and maintain amazing properties on The Web and The Scroll. </p> </div> <div class="benefit-card"> ------------------------------------------------------------
commit 7d14d3d707b903985e25e3d317cd2c69f109a235
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:14:25 2024 +0000 updated claude.html diff --git a/claude.html b/claude.html index 514b531..ca9fd8c 100644 --- a/claude.html +++ b/claude.html @@ -3,6 +3,10 @@ <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + <meta + property="og:image" + content="https://alliance.scroll.pub/alliance.png" + /> <title>The Scroll Alliance</title> <style> :root { ------------------------------------------------------------
commit 77a573667e3245131dc3fe2e9053e9398238b1ef
Author: root <root@hub.scroll.pub> Date: Sat Nov 30 19:14:09 2024 +0000 Deleted chatgpt.html diff --git a/chatgpt.html b/chatgpt.html deleted file mode 100644 index 73e6ce3..0000000 --- a/chatgpt.html +++ /dev/null @@ -1,109 +0,0 @@ -<!doctype html> -<html lang="en"> - <head> - <meta charset="UTF-8" /> - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> - <title>The Scroll Alliance</title> - <style> - body { - font-family: Arial, sans-serif; - margin: 0; - padding: 0; - background: #f4f4f4; - color: #333; - } - header { - background: #222; - color: #fff; - padding: 20px; - text-align: center; - } - header h1 { - margin: 0; - font-size: 2.5em; - } - header p { - margin: 10px 0 0; - font-size: 1.2em; - } - main { - max-width: 800px; - margin: 30px auto; - padding: 20px; - background: #fff; - border-radius: 8px; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); - text-align: center; - } - main h2 { - font-size: 2em; - margin-bottom: 20px; - } - main p { - font-size: 1.1em; - line-height: 1.6; - margin-bottom: 30px; - } - .join-buttons a { - display: inline-block; - margin: 10px; - padding: 15px 25px; - font-size: 1.1em; - text-decoration: none; - color: #fff; - border-radius: 4px; - transition: background 0.3s ease; - } - .crypto { - background: #f7931a; /* Bitcoin orange */ - } - .crypto:hover { - background: #c67c13; - } - .credit-card { - background: #007bff; /* Blue */ - } - .credit-card:hover { - background: #0056b3; - } - .cash { - background: #28a745; /* Green */ - } - .cash:hover { - background: #218838; - } - footer { - text-align: center; - padding: 20px; - background: #222; - color: #fff; - margin-top: 30px; - } - footer p { - margin: 0; - } - </style> - </head> - <body> - <header> - <h1>The Scroll Alliance</h1> - <p>Unite with us to liberate ideas and empower creativity worldwide.</p> - </header> - <main> - <h2>Join The Scroll Alliance</h2> - <p> - Your membership supports our mission to eliminate copyrights and patents - worldwide. Gain access to exclusive support, events, and earn by - referring others. - </p> - <div class="join-buttons"> - <a href="#" class="crypto">Join Now with Crypto</a> - <a href="#" class="credit-card">Join Now with Credit Card</a> - <a href="#" class="cash">Join Now with Cash</a> - </div> - </main> - <footer> - <p>&copy; 2024 The Scroll Alliance. All rights reserved.</p> - </footer> - </body> -</html> ------------------------------------------------------------
commit 9a397e35cacdeb415e6bfc12c2a20fa1c34ef89a
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:14:01 2024 +0000 updated meta.scroll diff --git a/meta.scroll b/meta.scroll index e38e2ed..5638a99 100644 --- a/meta.scroll +++ b/meta.scroll @@ -1,3 +1,4 @@ buildHtml +baseUrl https://alliance.scroll.pub openGraphImage alliance.png metaTags ------------------------------------------------------------
commit 81b2e67ea0f809c48a65361753b80bc50415b0c6
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:13:46 2024 +0000 updated meta.scroll diff --git a/meta.scroll b/meta.scroll index e69de29..e38e2ed 100644 --- a/meta.scroll +++ b/meta.scroll @@ -0,0 +1,3 @@ +buildHtml +openGraphImage alliance.png +metaTags ------------------------------------------------------------
commit 47a882b5c6d49317900ce9fb8efd7f5eba0e429f
Author: root <root@hub.scroll.pub> Date: Sat Nov 30 19:13:43 2024 +0000 Added alliance.png diff --git a/alliance.png b/alliance.png new file mode 100644 index 0000000..9c4e601 Binary files /dev/null and b/alliance.png differ ------------------------------------------------------------
commit a2cb0a96d235486271d30b31b03a32b2ad3fda1a
Author: ffff:72.234.190.31 <ffff:72.234.190.31@alliance.scroll.pub> Date: Sat Nov 30 19:13:24 2024 +0000 created meta.scroll diff --git a/meta.scroll b/meta.scroll new file mode 100644 index 0000000..e69de29