[object Object]

← back to Wallpaperhistory

snapshot before hamburger nav rollout

bb522abfa06fd451a6c8ef5ecb8470c27bfda8f5 · 2026-05-10 21:40:09 -0700 · Steve Abrams

Files touched

Diff

commit bb522abfa06fd451a6c8ef5ecb8470c27bfda8f5
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 10 21:40:09 2026 -0700

    snapshot before hamburger nav rollout
---
 public/favicon.svg | 6 ++++++
 public/index.html  | 2 ++
 2 files changed, 8 insertions(+)

diff --git a/public/favicon.svg b/public/favicon.svg
new file mode 100644
index 0000000..ede2e73
--- /dev/null
+++ b/public/favicon.svg
@@ -0,0 +1,6 @@
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 64 64" width="64" height="64">
+  <rect width="64" height="64" rx="10" fill="#0a0a0a"/>
+  <text x="50%" y="50%" text-anchor="middle" dominant-baseline="central"
+        font-family="Georgia, 'Times New Roman', serif" font-weight="700"
+        font-size="32" fill="#ffffff">WA</text>
+</svg>
diff --git a/public/index.html b/public/index.html
index 436aa01..80a5b5e 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
 <!DOCTYPE html>
 <html lang="en" data-theme="dark">
 <head>
+    <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+
 <meta charset="UTF-8">
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
 <title>Wallpaper History | From 1509 to the Digital Age | Designer Wallcoverings</title>

← ad4a8e7 initial scaffold: wallpaperhistory.com chronological timelin  ·  back to Wallpaperhistory  ·  hamburger nav: apply canonical pattern from sister-site flee 4f920ab →