summaryrefslogtreecommitdiff
path: root/examples/framework-lit
diff options
context:
space:
mode:
authorGravatar Rafid Muhymin Wafi <rafidmuhymin@gmail.com> 2021-08-16 17:28:38 -0400
committerGravatar GitHub <noreply@github.com> 2021-08-16 14:28:38 -0700
commitb03f1f71b7bfc1b3e76bd349ba88862509c63bc6 (patch)
tree0e34f475c5d174f88fbd3b9cadf32ba03408c1da /examples/framework-lit
parent24a40bee6358d6732e20dc0e131089f8a42b704d (diff)
downloadastro-b03f1f71b7bfc1b3e76bd349ba88862509c63bc6.tar.gz
astro-b03f1f71b7bfc1b3e76bd349ba88862509c63bc6.tar.zst
astro-b03f1f71b7bfc1b3e76bd349ba88862509c63bc6.zip
Adding favicon to examples (#1084)
Diffstat (limited to 'examples/framework-lit')
-rw-r--r--examples/framework-lit/public/favicon.icobin0 -> 15406 bytes
-rw-r--r--examples/framework-lit/src/pages/index.astro3
2 files changed, 3 insertions, 0 deletions
diff --git a/examples/framework-lit/public/favicon.ico b/examples/framework-lit/public/favicon.ico
new file mode 100644
index 000000000..6f864efe3
--- /dev/null
+++ b/examples/framework-lit/public/favicon.ico
Binary files differ
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>