- Frontend Vue 3 (Composition API) + Vite + Vue Router - Backend Go (stdlib) : API REST todo/notes + proxy RSS + auth token - Docker Compose : SPA nginx + backend + Miniflux + Postgres - Widgets : horloge canvas météo, todo 3 colonnes, notes persistées, agrégateur RSS multi-feeds, pomodoro, recherche DuckDuckGo (Ctrl+K) - Auth : dashboard public, todo/notes protégés par token - Widgets expandables (mode agrandi centré)
7 lines
389 B
XML
7 lines
389 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<circle cx="16" cy="16" r="14" fill="none" stroke="#888" stroke-width="1.5"/>
|
|
<circle cx="16" cy="16" r="2" fill="#888"/>
|
|
<line x1="16" y1="16" x2="16" y2="6" stroke="#888" stroke-width="1.5" stroke-linecap="round"/>
|
|
<line x1="16" y1="16" x2="22" y2="20" stroke="#888" stroke-width="1.5" stroke-linecap="round"/>
|
|
</svg>
|