← back to Dw Showroom
Move charset meta to first in head and add favicon to sherman-oaks page
ed73cc779337784470ef43841bca733da7833e2a · 2026-05-18 20:25:51 -0700 · Steve Abrams
Files touched
M public/index.htmlM public/sherman-oaks.html
Diff
commit ed73cc779337784470ef43841bca733da7833e2a
Author: Steve Abrams <steve@designerwallcoverings.com>
Date: Mon May 18 20:25:51 2026 -0700
Move charset meta to first in head and add favicon to sherman-oaks page
---
public/index.html | 3 +--
public/sherman-oaks.html | 1 +
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/public/index.html b/public/index.html
index e3dc23e..b6a5b29 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,10 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<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">
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<title>DW Showroom — Designer Wallcoverings</title>
<link href="https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;600;700&family=Inter:wght@300;400;500;600&display=swap" rel="stylesheet">
<style>
diff --git a/public/sherman-oaks.html b/public/sherman-oaks.html
index 3939b3d..f52b290 100644
--- a/public/sherman-oaks.html
+++ b/public/sherman-oaks.html
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DW Showroom — Sherman Oaks</title>
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg">
<link rel="stylesheet" href="/css/showroom.css">
</head>
<body>
← 6c2c7b8 snapshot: 1 file(s) changed, ~1 modified
·
back to Dw Showroom
·
Fix package.json main field to server.js and add start scrip 675d449 →