[object Object]

← back to 1950swallpaper

Add AdSense-compliant privacy policy page + footer link + /privacy route

038be8928e71fdb74b5e84253097db1fa1b0bf0d · 2026-09-10 11:02:01 -0700 · Steve Abrams

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

Files touched

Diff

commit 038be8928e71fdb74b5e84253097db1fa1b0bf0d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Thu Sep 10 11:02:01 2026 -0700

    Add AdSense-compliant privacy policy page + footer link + /privacy route
    
    Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
---
 public/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/public/index.html b/public/index.html
index edf4090..59287a3 100644
--- a/public/index.html
+++ b/public/index.html
@@ -513,6 +513,7 @@ html.hf-sample  [data-f="sample"]  { display:none !important }
   <div class="footer-bottom">
     <span>1950swallpaper.com · 1950swallpaper</span>
     <span><a href="mailto:info@1950swallpaper.com" style="color:var(--paper);text-decoration:none;border-bottom:1px solid var(--accent);padding-bottom:1px">info@1950swallpaper.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 id="footerStat"></span>
   </div>
 </footer>

← 59b3cf4 Add discoverable AdSense privacy policy  ·  back to 1950swallpaper  ·  Standardize privacy policy to /privacy.html + footer link (A 8698af1 →