From 4fcc7e6e5539d9aa76c41e84c33432734608ef6f Mon Sep 17 00:00:00 2001 From: martbost Date: Tue, 11 Aug 2026 07:57:44 -0500 Subject: [PATCH] Apply admin site name and program name to visible header branding Co-Authored-By: Claude Fable 5 --- public/bridge.js | 2 ++ public/index.html | 2 +- public/start.html | 2 +- public/start.js | 1 + 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/public/bridge.js b/public/bridge.js index c6d08d1..b5c9651 100644 --- a/public/bridge.js +++ b/public/bridge.js @@ -4,6 +4,8 @@ if(!r.ok)return; const c=await r.json(); document.title=`${c.siteName} | ${c.programName}`; + const bn=document.getElementById('brandName');if(bn&&c.siteName)bn.textContent=c.siteName; + const bp=document.getElementById('brandProgram');if(bp&&c.programName)bp.textContent=c.programName; const sub=document.getElementById('bridgeSubheadline'); if(sub&&c.bridgeSubheadline)sub.textContent=c.bridgeSubheadline; const h=document.getElementById('bridgeHeadline'); diff --git a/public/index.html b/public/index.html index 9c61db1..6658b83 100644 --- a/public/index.html +++ b/public/index.html @@ -1,6 +1,6 @@ Crypto Team Build | RM Circle Premium - +
Premium • Polygon • Team Duplication

Get Your 2.
Help Your 2 Get Their 2.

A team-first strategy built around qualification, depth, and duplication.

Independent team training resource • Participation involves risk • No income is guaranteed
RM Circle Premium Team Build Roadmap — core strategy, step-by-step guide, premium levels, and duplication formula
The RM Circle is a team build project of the Crypto Team Build Network. This roadmap is the plan every member follows — tap to view full size.
diff --git a/public/start.html b/public/start.html index be4ca6b..cfe0e17 100644 --- a/public/start.html +++ b/public/start.html @@ -1,6 +1,6 @@ Get Started | Crypto Team Build - +
Current placement

Use the sponsor shown on this page.

Team placements rotate as positions become qualified. Do not use an old screenshot or saved referral link.

RM Circle Premium Team Build Roadmap — core strategy, step-by-step guide, premium levels, and duplication formula
The RM Circle is a team build project of the Crypto Team Build Network. This roadmap is the plan every member follows — tap to view full size.