feat: zwei neue Demo-Examples hinzufügen (bash-sysreport, html-joke-ticker)
bash-sysreport: /coder von Null — kein Startcode, demonstriert Neuerstellung html-joke-ticker: /optimize --no-tests für Frontend-Arbeit + /patch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
1c773029b5
commit
cd7bf38dfa
7 changed files with 171 additions and 6 deletions
11
examples/html-joke-ticker/jokes.html
Normal file
11
examples/html-joke-ticker/jokes.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue