Add favicon

This commit is contained in:
Ingvar Stepanyan
2022-02-09 17:13:16 +00:00
parent 9f3dc533af
commit 38b872a4c9

View File

@@ -61,5 +61,9 @@
await import('./index-fallback.js'); await import('./index-fallback.js');
} }
</script> </script>
<link
rel="icon"
href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y=".9em" font-size=%2290">📷</text></svg>'
/>
</head> </head>
</html> </html>