← back to Macstudio2 Dashboard
snapshot: 2 file(s) changed, +1 new, ~1 modified
e5e07c2aa0ee9b376da5d499711aaa20f1543741 · 2026-05-13 08:57:57 -0700 · Steve
Files touched
A public/favicon.svgM public/index.html
Diff
commit e5e07c2aa0ee9b376da5d499711aaa20f1543741
Author: Steve <steve@designerwallcoverings.com>
Date: Wed May 13 08:57:57 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 4c16569..7e81b07 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 2 · '57 Eldorado</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
← a00d6b9 fix: same TS-annotation crash
·
back to Macstudio2 Dashboard
·
chore: broaden .gitignore to cover *.bak / *.pre-* / *.orig ccf3789 →