← back to Mylarwallpaper
Standardize privacy policy to /privacy.html + footer link (AdSense)
02cb7e8c5e45be306730b598383484263a9c1b5e · 2026-09-10 11:04:45 -0700 · Steve Abrams
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Files touched
Diff
commit 02cb7e8c5e45be306730b598383484263a9c1b5e
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Thu Sep 10 11:04:45 2026 -0700
Standardize privacy policy to /privacy.html + footer link (AdSense)
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
public/index.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/public/index.html b/public/index.html
index a99cd3d..cb4a56c 100644
--- a/public/index.html
+++ b/public/index.html
@@ -511,7 +511,7 @@ html.hf-sample [data-f="sample"] { display:none !important }
<div class="footer-bottom">
<span>mylarwallpaper.com · mylarwallpaper</span>
<span><a href="mailto:info@mylarwallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@mylarwallpaper.com</a></span>
- <span><a href="/privacy" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">Privacy</a></span>
+ <span><a href="/privacy.html" style="color:inherit;text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">Privacy</a></span>
<span id="footerStat"></span>
</div>
</footer>
← d169ffd Add AdSense-compliant privacy policy page + footer link + /p
·
back to Mylarwallpaper
·
Add clean /privacy route (AdSense URL consistency) cb7cebe →