From d37326ba9275f0c515532d70d28c672597b6b551 Mon Sep 17 00:00:00 2001 From: William French Date: Mon, 17 Nov 2025 09:14:07 -0800 Subject: [PATCH 1/3] fix: Moves styles from CSS to HTML so HTML can be freestanding. --- samples/web-components-markers/index.html | 15 +++++++++++++-- samples/web-components-markers/style.css | 18 +----------------- 2 files changed, 14 insertions(+), 19 deletions(-) diff --git a/samples/web-components-markers/index.html b/samples/web-components-markers/index.html index 26555b2a..c7ada964 100644 --- a/samples/web-components-markers/index.html +++ b/samples/web-components-markers/index.html @@ -1,4 +1,4 @@ - + Date: Mon, 17 Nov 2025 10:27:15 -0800 Subject: [PATCH 2/3] Remove stylesheet link from index.html Removed the stylesheet link and inline styles from the HTML file, since the style block takes care of that. --- samples/web-components-markers/index.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/web-components-markers/index.html b/samples/web-components-markers/index.html index c7ada964..79034a62 100644 --- a/samples/web-components-markers/index.html +++ b/samples/web-components-markers/index.html @@ -9,7 +9,6 @@ Add a Map with Markers using HTML - - + +