Web and AI chat

This commit is contained in:
augmentedpotato
2026-04-10 07:34:53 -06:00
committed by Harkamal Randhawa
parent b9635cae68
commit a50fa82a50
12 changed files with 1691 additions and 7 deletions

View File

@@ -2367,3 +2367,6 @@ body {
max-width: 400px;
margin: 0;
}
@keyframes bounce { 0%, 80%, 100% { transform: translateY(0); } 40% { transform: translateY(-6px); } }
@keyframes spin { to { transform: rotate(360deg); } }