add favicon to dashboard

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Changed files
+1
src
server
+1
src/server/dashboard.zig
··· 46 46 \\ <meta charset="UTF-8"> 47 47 \\ <meta name="viewport" content="width=device-width, initial-scale=1.0"> 48 48 \\ <title>music atmosphere</title> 49 + \\ <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>"> 49 50 \\ <style> 50 51 \\ * { box-sizing: border-box; margin: 0; padding: 0; } 51 52 \\ body {