Site Builder
Editing:
1.php
writable 0666
<!doctype html> <html lang="en"> <head> <meta charset="utf-8" /> <meta name="viewport" content="width=device-width,initial-scale=1" /> <title>TruthCase™ — The Case for Truth About “Anti‑Radiation” Phone Cases | RF SAFE</title> <meta name="description" content="Why TruthCase™ exists: to expose first‑principles flaws in today’s anti‑radiation cases and teach how to truly reduce RF (microwave) exposure in real use. Learn what a case can do, what it cannot do, and the system road to ~99% everyday reduction (Li‑Fi + policy). Amber (low‑blue) theme included." /> <style> /* ---------- THEME TOKENS (LIGHT DEFAULT) ---------- */ :root{ --brand:#6b46c1; --brand-ink:#2b215e; --ink:#0f1020; --muted:#6a6e8f; --ok:#1a9b64; --warn:#c43a3a; --ring: rgba(107,70,193,.35); --bg:linear-gradient(180deg,#faf9ff 0%, #ffffff 100%); --card:#ffffff; --border:#ece7ff; --shadow:0 12px 26px rgba(17,12,34,.10); --radius:22px; --soft-bg: rgba(107,70,193,.08); --hover-bg: rgba(107,70,193,.06); --active-bg: rgba(107,70,193,.10); --flag1:#ffe6e6; --flag2:#e8f3ff; --flag3:#fff2d9; --flag4:#e9f7ef; } html[data-theme="dark"]{ color-scheme: dark; --brand:#9e87ff; --brand-ink:#e8e5ff; --ink:#e9e9f6; --muted:#b2b5d3; --ok:#51d19a; --warn:#ff7b7b; --ring: rgba(158,135,255,.45); --bg:linear-gradient(180deg,#0f0f1a 0%, #161628 100%); --card:#1a1930; --border:#2b2a44; --shadow:0 12px 26px rgba(0,0,0,.35); --soft-bg: rgba(158,135,255,.12); --hover-bg: rgba(158,135,255,.10); --active-bg: rgba(158,135,255,.16); --flag1:#3a1f27; --flag2:#1d2a3b; --flag3:#3a2c18; --flag4:#1b3327; } html[data-theme="amber"]{ color-scheme: dark; --brand:#ffb020; --brand-ink:#ffe1a6; --ink:#ffe8c8; --muted:#d7c9ad; --ok:#f0cf6a; --warn:#ff9a5c; --ring: rgba(255,176,32,.35); --bg:linear-gradient(180deg,#0e0b06 0%, #171208 100%); --card:#151109; --border:#372b1a; --shadow:0 12px 26px rgba(0,0,0,.35); --soft-bg: rgba(255,176,32,.10); --hover-bg: rgba(255,176,32,.10); --active-bg: rgba(255,176,32,.16); --flag1:#2b1a12; --flag2:#241a0d; --flag3:#332512; --flag4:#1f1a0f; } *{box-sizing:border-box} html,body{margin:0;background:var(--bg);color:var(--ink);font:16px/1.7 system-ui,-apple-system,"Segoe UI",Roboto,Ubuntu,"Noto Sans",sans-serif} html[data-theme="amber"] body{font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","DejaVu Sans Mono","Courier New",monospace;letter-spacing:.2px} a{color:var(--brand);text-decoration:none} a:hover{text-decoration:underline} .wrap{max-width:1160px;margin:0 auto;padding:28px 18px 120px} .nav{position:sticky;top:0;z-index:44;backdrop-filter:saturate(1.2) blur(6px);background:rgba(255,255,255,.72);border-bottom:1px solid var(--border)} html[data-theme="dark"] .nav{background:rgba(18,18,32,.6)} html[data-theme="amber"] .nav{background:rgba(24,18,10,.65)} .navin{max-width:1160px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 18px} .brand{display:flex;gap:10px;align-items:center;font-weight:900;color:var(--brand-ink)} .brand .dot{width:12px;height:12px;border-radius:50%;background:var(--brand)} .row{display:flex;gap:10px;align-items:center} .themebox{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--border);border-radius:999px;padding:6px 10px;color:var(--brand)} .themebox select{appearance:none;background:transparent;border:none;color:var(--brand);font-weight:800} .hero{margin-top:18px;background: radial-gradient(900px 300px at 10% -20%, var(--soft-bg), transparent 60%), radial-gradient(900px 300px at 90% -40%, var(--soft-bg), transparent 60%), var(--card); border-radius:28px;box-shadow:var(--shadow);padding:28px} .eyebrow{display:inline-flex;align-items:center;gap:8px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;color:var(--brand); border:1px solid var(--border);background:var(--soft-bg);border-radius:999px;padding:6px 12px} h1{margin:10px 0 8px;font-size:clamp(28px,4.7vw,54px);line-height:1.06;color:var(--brand-ink)} .subtitle{color:var(--muted);max-width:960px} .badges{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px} .badge{font-size:12px;font-weight:900;border:1px solid var(--border);background:var(--soft-bg);color:var(--brand);border-radius:999px;padding:6px 10px} .cta-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px} .btn{display:inline-flex;align-items:center;gap:10px;border-radius:999px;padding:12px 18px;font-weight:900;border:2px solid var(--brand);box-shadow:0 6px 18px var(--ring);transition:.2s;background:transparent;color:var(--brand)} .btn.primary{background:var(--brand);color:#fff} html[data-theme="amber"] .btn.primary{color:#1a1309} .btn:hover{transform:translateY(-1px)} .section{margin-top:42px} .card{background:var(--card);border-radius:22px;box-shadow:var(--shadow);padding:22px;border:1px solid var(--border)} .grid{display:grid;gap:18px} @media(min-width:980px){.cols-2{grid-template-columns:1fr 1fr}.cols-3{grid-template-columns:1fr 1fr 1fr}} .muted{color:var(--muted)} .callout{background:var(--soft-bg);border:1px solid var(--border);border-radius:16px;padding:14px} .table{overflow:auto;border-radius:22px;border:1px solid var(--border)} table{width:100%;border-collapse:separate;border-spacing:0;min-width:760px} th,td{padding:14px 16px;border-bottom:1px solid var(--border);text-align:left;vertical-align:top} thead th{background:var(--soft-bg);font-size:14px;color:var(--brand)} .flag{border:1px solid var(--border);border-radius:18px;padding:18px} .chip{font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;color:var(--brand)} .f1{background:var(--flag1)} .f2{background:var(--flag2)} .f3{background:var(--flag3)} .f4{background:var(--flag4)} .steps{counter-reset:step} .steps li{list-style:none;margin:10px 0;padding-left:36px;position:relative} .steps li::before{counter-increment:step;content:counter(step);position:absolute;left:0;top:0;width:26px;height:26px;border-radius:50%;background:var(--soft-bg);color:var(--brand);display:grid;place-items:center;font-weight:900;border:1px solid var(--border)} .quote{font-weight:900;color:var(--brand-ink);margin:0} .slogan{border-left:4px solid var(--brand);padding-left:12px;margin:8px 0} .foot{font-size:14px;color:var(--muted)} .reveal{opacity:0;transform:translateY(12px);transition:all .5s ease} .reveal.in{opacity:1;transform:none} </style> </head> <body> <!-- NAV --> <div class="nav" role="navigation" aria-label="Primary"> <div class="navin"> <div class="brand"><span class="dot"></span><span>RF SAFE • TruthCase™</span></div> <div class="row"> <div class="themebox" title="Theme"> <span>Theme</span> <select id="themeSelect" aria-label="Theme selector"> <option value="system">System</option> <option value="light">Light</option> <option value="dark">Dark</option> <option value="amber" selected>Amber (low‑blue)</option> </select> </div> <a class="btn" href="#why">Why this exists</a> <a class="btn" href="#flaws">Market flaws</a> <a class="btn" href="#truth">The Truth Standard</a> <a class="btn" href="#roadmap">Roadmap</a> <a class="btn primary" href="/phones/EMF_Blocking_Cell_Phone_Cases.html">Get TruthCase™</a> </div> </div> </div> <div class="wrap"> <!-- HERO --> <header class="hero reveal"> <span class="eyebrow">RF SAFE Approved • Since 1998</span> <h1>TruthCase™ — The Case for Truth About “Anti‑Radiation” Phone Cases</h1> <p class="subtitle"> Phones use <strong>radiofrequency (RF) energy in the microwave bands</strong>. No case can honestly claim “99% protection everywhere” while your phone is still transmitting. We built TruthCase™ for one reason: to expose the **first‑principles design mistakes** that keep most “anti‑radiation” cases from doing what people think they do—and to teach how to actually <strong>reduce exposure in real use</strong>. </p> <div class="badges" role="list"> <span class="badge" role="listitem">Shield between body & phone (in use)</span> <span class="badge" role="listitem">No metal loops • No magnetic plates</span> <span class="badge" role="listitem">Antenna‑aware, thin design</span> <span class="badge" role="listitem">Shielded ear‑side aperture</span> <span class="badge" role="listitem">Ohmmeter‑checkable shield</span> </div> <div class="cta-row"> <a class="btn primary" href="/phones/EMF_Blocking_Cell_Phone_Cases.html">Shop TruthCase™</a> <a class="btn" href="#truthscore">Check your case</a> <a class="btn" href="#ohm">Verify with an ohmmeter</a> </div> </header> <!-- WHY --> <section id="why" class="section card reveal"> <h2 style="margin:0 0 8px;color:var(--brand-ink)">Why we built the TruthCase™</h2> <p><strong>Our position is simple:</strong> the market flooded with “anti‑radiation” cases that <em>ignore first principles</em>. Features like metal loops, magnetic detachable folios/plates, unshielded ear‑side speaker holes, 360° wraps, and thick card stacks near antenna zones can <strong>detune antennas</strong> and prompt a phone to <strong>automatically increase transmit power</strong> to stay connected. That’s the opposite of reducing exposure.</p> <div class="callout"> <p class="quote">TruthCase™ exists to <strong>exclude</strong> the features that increase exposure and to <strong>teach</strong> how to use a case correctly.</p> </div> <p class="muted">Note: This page provides general educational information about reducing RF (microwave) exposure in device use. It is not medical or legal advice.</p> </section> <!-- SLOGANS --> <section class="section card reveal"> <h2 style="margin:0 0 8px;color:var(--brand-ink)">Truth you can carry — taglines we stand behind</h2> <div class="grid cols-2"> <div> <p class="slogan"><strong>1)</strong> Not anti‑radiation. <strong>Pro‑truth.</strong></p> <p class="slogan"><strong>2)</strong> Protect people, <strong>not signal bars</strong>.</p> <p class="slogan"><strong>3)</strong> <strong>No metal. No magnets. No myths.</strong></p> <p class="slogan"><strong>4)</strong> <strong>Percent isn’t protection</strong>—design is.</p> <p class="slogan"><strong>5)</strong> <strong>Reduce exposure</strong> without provoking power boost.</p> <p class="slogan"><strong>6)</strong> <strong>Apertures matter.</strong> Orientation matters more.</p> <p class="slogan"><strong>7)</strong> <strong>Shield smart</strong>—between you and the phone.</p> </div> <div> <p class="slogan"><strong>8)</strong> <strong>Thin by design,</strong> efficient by intent.</p> <p class="slogan"><strong>9)</strong> <strong>Ohmmeter‑checkable</strong> or it’s not serious.</p> <p class="slogan"><strong>10)</strong> <strong>Fabric % ≠ life %.</strong></p> <p class="slogan"><strong>11)</strong> <strong>Directional shielding</strong> beats “wrap it all.”</p> <p class="slogan"><strong>12)</strong> <strong>Habits close the gap:</strong> calls, pocket, night.</p> <p class="slogan"><strong>13)</strong> The path to ~99% <strong>is Li‑Fi</strong> + policy.</p> <p class="slogan"><strong>14)</strong> TruthCase™: <strong>built to teach.</strong></p> </div> </div> </section> <!-- MARKET FLAWS --> <section id="flaws" class="section card reveal"> <h2 style="margin:0 0 8px;color:var(--brand-ink)">Common market flaws (and why they backfire)</h2> <div class="grid cols-2"> <div class="flag f1"> <div class="chip">Flaw #1 — Metal loops & decorative metal</div> <p>Metal near antennas can <strong>detune</strong> the RF system and cause the phone to <strong>increase transmit power automatically</strong>. Loop anchors near the top corners are frequent offenders.</p> </div> <div class="flag f2"> <div class="chip">Flaw #2 — Magnetic detachables & steel plates</div> <p>“Wallet‑style” detachables and mount plates behind the phone <strong>obstruct</strong> antennas. Obstruction often leads to <strong>higher output</strong> to maintain the link.</p> </div> <div class="flag f3"> <div class="chip">Flaw #3 — Unshielded ear‑side speaker hole</div> <p>Large apertures near the ear break shielding continuity. At higher bands, that opening can pass signals with less reduction.</p> </div> <div class="flag f4"> <div class="chip">Flaw #4 — “99%” swatch claims</div> <p>Quoting a fabric’s lab attenuation as “99% protection” <em>in life</em> is misleading. Real exposure depends on <strong>orientation, antenna performance, usage, and duty cycle</strong>.</p> </div> <div class="flag f4"> <div class="chip">Flaw #5 — 360° foil wraps & thick stacks</div> <p>Over‑shielding and card stacks near antenna zones degrade efficiency. Phones may raise output to compensate. Protect the person by <strong>placement</strong>, not by smothering the radio.</p> </div> <div class="flag f2"> <div class="chip">Flaw #6 — Detachable conveniences over physics</div> <p>Detachable folios, magnets, and metal plates are <strong>bells & whistles</strong> that distract from the purpose: reducing near‑body exposure without provoking a power increase.</p> </div> </div> <p class="callout"><strong>Bottom line:</strong> If a case adds metal/magnets or a large ear‑side opening—or boasts a “99%” swatch number—you’re likely looking at an exposure multiplier, not a reducer.</p> </section> <!-- THE TRUTH STANDARD --> <section id="truth" class="section card reveal"> <h2 style="margin:0 0 8px;color:var(--brand-ink)">The Truth Standard™ — what a case must do to be honest</h2> <div class="table"> <table aria-label="The Truth Standard"> <thead><tr><th>Principle</th><th>What it means</th><th>What we exclude on purpose</th></tr></thead> <tbody> <tr> <td><strong>Directional shielding (in use)</strong></td> <td>Place the shield <em>between your body and the phone</em> (calls, pocket, long scrolls).</td> <td>We don’t claim “everywhere” protection. It’s about <em>placement</em> when it matters.</td> </tr> <tr> <td><strong>Antenna‑aware layout</strong></td> <td>Keep antennas efficient so the phone can use <strong>lower transmit power</strong> for the same link.</td> <td><strong>No metal loops, no magnet plates, no thick stacks</strong> near antenna zones.</td> </tr> <tr> <td><strong>Shielding continuity at the ear</strong></td> <td>Shield the ear‑side aperture to avoid a big “hole” in protection.</td> <td>No large unshielded ear‑side speaker holes.</td> </tr> <tr> <td><strong>Field behavior over fabric %</strong></td> <td>Judge outcomes by phone behavior and near‑body conditions, not just swatch numbers.</td> <td>No “99% everywhere” marketing.</td> </tr> <tr> <td><strong>Verifiable materials</strong></td> <td>Let users confirm a conductive path themselves.</td> <td>We provide an <strong>ohmmeter access point</strong> for continuity checks.</td> </tr> <tr> <td><strong>Clear habits</strong></td> <td>Teach calls, pocket orientation, and nightstand distance.</td> <td>No vague instructions or “just trust the fabric.”</td> </tr> </tbody> </table> </div> </section> <!-- 5-SECOND CHECK & TRUTHSCORE --> <section id="truthscore" class="section grid cols-2 reveal"> <div class="card"> <h3 style="margin:0 0 6px;color:var(--brand-ink)">5‑second check</h3> <ul class="steps"> <li>Metal strap loops or decorative corner caps?</li> <li>Magnetic wallet/plate behind the phone?</li> <li>Large, unshielded ear‑side speaker hole?</li> <li>360° foil wrap or very thick, card‑stacked build?</li> <li>“99% protection” marketing without real‑use guidance?</li> </ul> <p class="callout"><strong>Two or more?</strong> You’re likely increasing exposure, not reducing it.</p> </div> <div class="card"> <h3 style="margin:0 0 6px;color:var(--brand-ink)">TruthScore (quick self‑audit)</h3> <p class="muted">Tick what your current case includes:</p> <label><input type="checkbox" class="flag"> Metal loops / corner caps</label><br/> <label><input type="checkbox" class="flag"> Magnetic wallet / plate</label><br/> <label><input type="checkbox" class="flag"> Large unshielded ear‑side speaker hole</label><br/> <label><input type="checkbox" class="flag"> 360° wrap or very thick build</label><br/> <label><input type="checkbox" class="flag"> “99% protection” marketing</label> <div class="cta-row"><button class="btn primary" id="scoreBtn" type="button">Score</button><a class="btn" href="/phones/EMF_Blocking_Cell_Phone_Cases.html">See TruthCase™</a></div> <div id="scoreOut" aria-live="polite"></div> </div> </section> <!-- OHMMETER VERIFICATION --> <section id="ohm" class="section grid cols-2 reveal"> <div class="card"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">Ohmmeter verification — proof you can touch</h2> <ol class="steps"> <li>Set an ohmmeter to continuity (beep) mode.</li> <li>Touch the leads to the <strong>access point</strong> on the inside of the front cover.</li> <li>Continuity confirms a <strong>conductive shield path</strong>.</li> <li>Hold to light: ensure no large unshielded opening sits over the ear area.</li> </ol> <p class="muted">RF exposure reduction isn’t a slogan; it’s a design you can verify.</p> </div> <div class="card"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">How to use it for lower exposure</h2> <ul> <li><strong>Calls:</strong> start/answer, then close the cover <em>toward your head</em>. Prefer speaker or wired for long calls.</li> <li><strong>Pocket:</strong> orient with the <em>shielded cover toward your body</em> (back pocket often best).</li> <li><strong>Text/scroll:</strong> fold the flap behind to shield hands/torso; keep some distance.</li> <li><strong>Night:</strong> increase distance or use airplane mode; don’t park the phone by your head.</li> </ul> </div> </section> <!-- WHAT A CASE CAN / CANNOT DO --> <section class="section card reveal"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">What a case can do — and what only system change can do</h2> <div class="table"> <table aria-label="Case vs System"> <thead><tr><th></th><th>TruthCase™ (exposure‑reduction case)</th><th>System‑level change</th></tr></thead> <tbody> <tr> <td><strong>Goal</strong></td> <td>Lower near‑body RF exposure in real use</td> <td>~99% everyday reduction by changing the medium & defaults</td> </tr> <tr> <td><strong>How</strong></td> <td>Shield between body & phone; antenna‑aware layout; clear habits</td> <td>Li‑Fi for indoor data; device Li‑Fi readiness; modernized policy & guidance</td> </tr> <tr> <td><strong>Limits</strong></td> <td>Does not eliminate RF while the phone transmits</td> <td>Requires adoption, standards, and policy action</td> </tr> </tbody> </table> </div> <p class="callout"><strong>Analogy for clarity:</strong> Like an umbrella reduces *how wet you get* in rain, directional shielding reduces your measured RF when used correctly. (Analogy only—RF is electromagnetic energy, not water.)</p> </section> <!-- ROADMAP --> <section id="roadmap" class="section card reveal"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">The road to everyday ~99% reduction</h2> <div class="grid cols-3"> <div class="card"> <h3 style="margin:.2rem 0 6px">1) Today — what <em>you</em> can do</h3> <ul> <li>Directional shielding in use (between body & phone).</li> <li>No metal loops, magnets, plates; keep antennas efficient.</li> <li>Habits: calls, pocket orientation, night distance.</li> <li>Verify the shield with an ohmmeter.</li> </ul> </div> <div class="card"> <h3 style="margin:.2rem 0 6px">2) Next — what <em>we</em> build</h3> <ul> <li>Li‑Fi pilots for classrooms/offices (zero‑SAR indoor links).</li> <li>Vendor push for device <strong>Li‑Fi compatibility</strong> alongside Wi‑Fi/5G.</li> <li>Publish practical usage playbooks as defaults.</li> </ul> </div> <div class="card"> <h3 style="margin:.2rem 0 6px">3) Policy — what enables it</h3> <ul> <li>Revisit telecom siting rules (e.g., Section 704 context) to allow health‑aware planning.</li> <li>Renew Public Law 90‑602 duties for research & performance standards.</li> <li>Consider a “Clean Ether Act” concept: mandate Li‑Fi compatibility where feasible in public indoor spaces.</li> </ul> </div> </div> </section> <!-- TIMELINE --> <section class="section card reveal"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">Built to move standards, not units</h2> <ul class="steps"> <li><strong>1998:</strong> First exposure‑reduction cases (Nokia 5160/6160, StarTAC); Interferometric Array Antenna work.</li> <li><strong>2002:</strong> Air‑tube headsets reviewed in major media; we teach by shipping.</li> <li><strong>2010s:</strong> Belly bands & wearables proliferate; competition invited when the category is safe by default.</li> <li><strong>Today:</strong> TruthCase™ persists because market features still increase exposure; we set the reference design.</li> <li><strong>Next:</strong> Li‑Fi adoption + policy modernization — the practical route to ~99% everyday reduction.</li> </ul> </section> <!-- CTA --> <section class="section card reveal" style="text-align:center"> <h2 style="margin:0 0 6px;color:var(--brand-ink)">Make the TruthCase™ choice</h2> <p style="max-width:820px;margin:0 auto">A case should reduce your exposure in real use—<strong>without</strong> provoking a power increase. That’s why TruthCase™ excludes metal loops, magnets, and plate gimmicks, maintains a shielded ear‑side aperture, and lets you verify the shield with an ohmmeter.</p> <div class="cta-row" style="justify-content:center"> <a class="btn primary" href="/phones/EMF_Blocking_Cell_Phone_Cases.html">Get TruthCase™</a> <a class="btn" href="/research/">Open the Research Viewer</a> </div> <p class="foot">© RF SAFE • Educational content; not medical or legal advice.</p> </section> </div> <script> /* theme selector with Amber default */ (function(){ const root=document.documentElement, sel=document.getElementById('themeSelect'); function apply(v){ root.setAttribute('data-theme', v); localStorage.setItem('rfsafe-theme', v); } const saved=localStorage.getItem('rfsafe-theme') || 'amber'; apply(saved); sel.value=saved; sel.addEventListener('change', e=>apply(e.target.value)); })(); /* reveal on scroll */ const io=new IntersectionObserver(es=>es.forEach(e=>{ if(e.isIntersecting){ e.target.classList.add('in'); io.unobserve(e.target); } }),{threshold:.12}); document.querySelectorAll('.reveal').forEach(el=>io.observe(el)); /* TruthScore mini calc */ document.getElementById('scoreBtn').addEventListener('click',()=>{ const n=[...document.querySelectorAll('.flag input[type="checkbox"], #truthscore .flag')] .map(x=>x.checked!==undefined?x.checked:x).filter(Boolean).length; const out=document.getElementById('scoreOut'); if(n===0){ out.innerHTML='<span style="color:var(--ok);font-weight:900">Good:</span> no obvious exposure multipliers; your phone can likely use lower transmit power.'; } else if(n===1){ out.innerHTML='<span style="color:var(--warn);font-weight:900">Caution:</span> 1 red flag—may increase transmit power.'; } else{ out.innerHTML='<span style="color:var(--warn);font-weight:900">Fail:</span> multiple red flags—likely higher transmit power and higher exposure.'; } }); </script> <!-- Structured data (update URL paths as needed) --> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"Product","name":"TruthCase™","brand":{"@type":"Brand","name":"RF SAFE"},"description":"Exposure‑reduction case designed to lower RF (microwave) exposure in real use via directional shielding, antenna‑aware layout, shielded ear‑side aperture, and ohmmeter‑verified shielding.","url":"https://www.rfsafe.com/phones/EMF_Blocking_Cell_Phone_Cases.html"} </script> </body> </html>
Save changes
Create folder
writable 0777
Create
Cancel