- Brand ◢ chisel-wedge favicon (SVG + 32px PNG + 180px apple-touch-icon) - 1200x630 OG share card (Say it. Shape it. + isometric wireframe), rendered from HTML via headless Brave; source in step-service/.render/ - og:/twitter: meta with image, theme-color - vite publicDir=static so assets ship in the build Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
15 lines
538 B
HTML
15 lines
538 B
HTML
<!doctype html>
|
|
<html>
|
|
<head><meta charset="utf-8" /><style>
|
|
* { margin: 0; padding: 0; }
|
|
html, body { width: 512px; height: 512px; overflow: hidden; background: #0B0B09; }
|
|
svg { display: block; }
|
|
</style></head>
|
|
<body>
|
|
<svg width="512" height="512" viewBox="0 0 64 64" xmlns="http://www.w3.org/2000/svg">
|
|
<rect width="64" height="64" rx="14" fill="#0B0B09"/>
|
|
<path d="M13 51 L51 51 L51 13 Z" fill="#FF2D55"/>
|
|
<path d="M13 51 L51 13" stroke="#FF9FB0" stroke-width="3" stroke-linecap="round"/>
|
|
</svg>
|
|
</body>
|
|
</html>
|