Files
geograsim/v2-modules/hallo-welt/public/assets/card.svg
T
Adminator 1e51ef7def Nachtrag: alle bisher untracked Ordner + hängende Änderungen mit-committen
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/
- 12 code-workspace-Files
- STATUS-*.md
- viele M/D/R-Änderungen an bereits getrackten Files
- .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-07-08 02:27:02 +02:00

9 lines
641 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 450" role="img" aria-label="Hallo Welt Karte">
<rect width="800" height="450" fill="#e8e4d8"/>
<rect x="0" y="280" width="800" height="170" fill="#4a7c4e"/>
<circle cx="640" cy="120" r="60" fill="#e8c547"/>
<polygon points="0,330 200,250 400,300 600,240 800,290 800,450 0,450" fill="#1f4b37"/>
<text x="400" y="180" text-anchor="middle" font-family="Inter, sans-serif" font-size="64" font-weight="900" fill="#1f4e5a">Hallo Welt</text>
<text x="400" y="220" text-anchor="middle" font-family="Inter, sans-serif" font-size="24" fill="#1f4e5a">V2-Beispiel-Modul</text>
</svg>