pi_coder/examples/html-joke-ticker/jokes.html
dschlueter 1479959cae chore: html-joke-ticker in Ausgangszustand zurücksetzen + Protokoll eintragen
- jokes.html: Skelett wiederhergestellt (kein JS, kein CSS)
- README.md: Aktueller-Stand-Abschnitt auf Startzustand korrigiert
- PROTOKOLL.md: Demo-Ergebnisse vom Fr 29. Mai eingetragen
  (inkl. Hinweis auf Witz-Sprache und /patch-History-Bug)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-29 23:11:28 +02:00

11 lines
198 B
HTML

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Witze-Ticker</title>
</head>
<body>
<h1>Witze-Ticker</h1>
<div id="joke"><!-- TODO: Witz hier --></div>
</body>
</html>