add chat page
All checks were successful
Build and Push Container / build-and-push (push) Successful in 14s

This commit is contained in:
2026-05-05 07:07:29 -04:00
parent e55534b0d5
commit 9db28a5fdb
9 changed files with 646 additions and 49 deletions

View File

@@ -10,14 +10,15 @@
<nav>
<div class="nav-inner">
<a href="../index.html" class="nav-brand">AI Cheat Sheet</a>
<a href="/" class="nav-brand">AI Cheat Sheet</a>
<div class="nav-links">
<a href="terminology.html">Terminology</a>
<a href="techniques.html" class="active">Techniques</a>
<a href="use-cases.html">Use Cases</a>
<a href="model-types.html">Model Types</a>
<a href="prompts.html">Prompt Guide</a>
<a href="math.html">Math & Concepts</a>
<a href="/pages/terminology.html">Terminology</a>
<a href="/pages/techniques.html" class="active">Techniques</a>
<a href="/pages/use-cases.html">Use Cases</a>
<a href="/pages/model-types.html">Model Types</a>
<a href="/pages/prompts.html">Prompt Guide</a>
<a href="/pages/math.html">Math & Concepts</a>
<a href="/pages/chat.html">Chat</a>
</div>
<button class="dark-toggle" id="darkToggle" aria-label="Toggle dark mode">🌙</button>
</div>