[object Object]

← back to Fabricfriday

snapshot before hamburger nav rollout

e860975989cc77b51d11c644e06bde426b712e9d · 2026-05-10 21:39:52 -0700 · Steve Abrams

Files touched

Diff

commit e860975989cc77b51d11c644e06bde426b712e9d
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Sun May 10 21:39:52 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..95e0853
--- /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">FA</text>
+</svg>
diff --git a/public/index.html b/public/index.html
index 22261c8..5d23f23 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>Fabric Friday — Every Week, One Exceptional Fabric | Designer Wallcoverings</title>

← 9f391d6 initial scaffold: fabricfriday.com cinematic saffron site  ·  back to Fabricfriday  ·  hamburger nav: apply canonical pattern from sister-site flee cacc636 →