powerpointproto slides.waow.tech
slides

remove unused template files

- src/lib/index.ts (empty template placeholder)
- static/og-image.svg (unreferenced)
- static/favicon.svg (duplicate of src/lib/assets/favicon.svg)

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

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

-27
-1
src/lib/index.ts
··· 1 - // place files you want to import through the `$lib` alias in this folder.
-8
static/favicon.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32" width="32" height="32"> 2 - <!-- background slide --> 3 - <rect x="6" y="4" width="20" height="15" rx="2" fill="#4f46e5" opacity="0.5"/> 4 - <!-- foreground slide --> 5 - <rect x="6" y="13" width="20" height="15" rx="2" fill="#6366f1"/> 6 - <!-- play icon hint --> 7 - <polygon points="13,18 13,24 19,21" fill="white" opacity="0.9"/> 8 - </svg>
-18
static/og-image.svg
··· 1 - <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 630" width="1200" height="630"> 2 - <!-- background --> 3 - <rect width="1200" height="630" fill="#0a0a0a"/> 4 - 5 - <!-- slide shapes --> 6 - <rect x="350" y="150" width="500" height="300" rx="12" fill="#1a1a1a" stroke="#333" stroke-width="2"/> 7 - <rect x="380" y="180" width="440" height="240" rx="8" fill="#0f0f0f"/> 8 - 9 - <!-- decorative elements --> 10 - <rect x="420" y="220" width="120" height="80" rx="4" fill="#6366f1" opacity="0.8"/> 11 - <rect x="560" y="240" width="200" height="16" rx="4" fill="#fff" opacity="0.9"/> 12 - <rect x="560" y="270" width="160" height="12" rx="3" fill="#666"/> 13 - <rect x="560" y="295" width="180" height="12" rx="3" fill="#666"/> 14 - 15 - <!-- title --> 16 - <text x="600" y="520" text-anchor="middle" font-family="system-ui, sans-serif" font-size="48" fill="#fff" font-weight="600">slides</text> 17 - <text x="600" y="560" text-anchor="middle" font-family="system-ui, sans-serif" font-size="20" fill="#666">create and present on atproto</text> 18 - </svg>