feat(site): add emoji favicon to demo, docs, index pages

- demo.html: 📝
- docs.html: 📖
- index.html: 🚀
This commit is contained in:
2026-07-24 10:55:08 +08:00
parent 4fd79b9890
commit a70bfbf0cd
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -3,6 +3,7 @@
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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='90'>📖</text></svg>"/>
<title>MetonaEditor · 文档</title>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }