feat: html-joke-ticker → html-quote-ticker (Programmierer-Zitate)
Witze durch 25–30 echte Programmierer-Zitate ersetzt (Linus Torvalds, Donald Knuth, Brian Kernighan u.a.). Verzeichnis, Datei und alle Referenzen umbenannt. Demo-Befehle auf Zitate-Konzept angepasst. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
b248a1d1ae
commit
42d29354ad
6 changed files with 37 additions and 34 deletions
11
examples/html-quote-ticker/quotes.html
Normal file
11
examples/html-quote-ticker/quotes.html
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Programmer Quotes</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Programmer Quotes</h1>
|
||||
<div id="quote"><!-- TODO: quote here --></div>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue