diff options
Diffstat (limited to 'examples/framework-lit')
-rw-r--r-- | examples/framework-lit/public/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | examples/framework-lit/src/pages/index.astro | 3 |
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/framework-lit/public/favicon.ico b/examples/framework-lit/public/favicon.ico Binary files differnew file mode 100644 index 000000000..6f864efe3 --- /dev/null +++ b/examples/framework-lit/public/favicon.ico diff --git a/examples/framework-lit/src/pages/index.astro b/examples/framework-lit/src/pages/index.astro index 3fc3ef029..7f81d48e3 100644 --- a/examples/framework-lit/src/pages/index.astro +++ b/examples/framework-lit/src/pages/index.astro @@ -7,6 +7,9 @@ import '../components/Counter.js'; <!doctype html> <html lang="en"> <head> + <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> + <link rel="alternate icon" type="image/x-icon" href="/favicon.ico" /> + <title>Demo</title> </head> <body> |