Join page: compact hero with InstantAdPay brand headline; opt-in and ledger example above the fold; chips and POL note below

Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
This commit is contained in:
martbost
2026-09-10 08:23:59 -05:00
parent 55b010d8c2
commit 7ae31f4b18
2 changed files with 21 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
};
const v = new URLSearchParams(location.search).get('v');
const a = v && ANGLES[v];
if (a) { $('jnEyebrow').textContent = a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; }
if (a) { $('jnEyebrow').textContent = '· ' + a.eyebrow; $('jnHead').innerHTML = a.h; $('jnLead').textContent = a.lead; }
async function api(path, body) {
const r = await (await fetch(path, { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify(body || {}) })).json();