Skip to content

Commit 645102d

Browse files
jeremymanningclaude
andcommitted
WIP: backup current demo state before rule editor enhancement
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 2d777ba commit 645102d

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

demos/01-eliza/index.html

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,15 @@
99
</head>
1010
<body>
1111
<nav class="demo-nav">
12-
<a href="../" class="back-link">← Back to Demos</a>
13-
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">☀️</button>
12+
<a href="../" class="back-link">← Home</a>
13+
<button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
14+
<span id="theme-icon">&#127769;</span>
15+
</button>
1416
</nav>
15-
<div class="header">
17+
<div class="hero-header">
1618
<div class="container">
17-
<h1>ELIZA Interactive Demo</h1>
18-
<p>Explore the classic pattern-matching chatbot with visual rule breakdown</p>
19+
<h1 class="hero-title">ELIZA Interactive Demo</h1>
20+
<p class="hero-subtitle">Explore the classic pattern-matching chatbot with visual rule breakdown</p>
1921
</div>
2022
</div>
2123

0 commit comments

Comments
 (0)