← back to Macstudio1 Dashboard
snapshot: 2 file(s) changed, +1 new, ~1 modified
b807de85c7bf4b4f3edbee42b29db36a9f1ad8ac · 2026-05-13 08:57:56 -0700 · Steve
Files touched
A public/favicon.svgM public/index.html
Diff
commit b807de85c7bf4b4f3edbee42b29db36a9f1ad8ac
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 08:57:56 2026 -0700
snapshot: 2 file(s) changed, +1 new, ~1 modified
---
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..e78cd76
--- /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="44" fill="#ffffff">M</text>
+</svg>
diff --git a/public/index.html b/public/index.html
index e321280..2fbf370 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,6 +1,8 @@
<!doctype html>
<html lang="en">
<head>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
+
<meta charset="utf-8">
<title>Mac Studio 1 · '57 Bel Air</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
← cf7ec96 fix: drop TS-style :any annotations from server.js (was cras
·
back to Macstudio1 Dashboard
·
chore: complete .gitignore with tmp/.DS_Store/dist/build/.ne 1f0cb86 →