Files
geograsim/App/ueber.html
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

20 lines
697 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>GeoGraSim — Über (umgezogen)</title>
<meta http-equiv="refresh" content="0; url=handbuch.html">
<link rel="canonical" href="handbuch.html">
<link rel="icon" type="image/png" href="favicon-96x96.png">
<style>
body { font-family: system-ui, sans-serif; background: #f5f1e6; color: #1a1a1a; padding: 4rem 2rem; text-align: center; }
a { color: #1f4b37; font-weight: 700; }
</style>
</head>
<body>
<p>„Über" und „Handbuch" wurden zusammengefasst.</p>
<p>Wird weitergeleitet zu <a href="handbuch.html">Handbuch</a> &hellip;</p>
<script>location.replace('handbuch.html');</script>
</body>
</html>