Skip to content

Instantly share code, notes, and snippets.

View fecho2000's full-sized avatar

Fernando Ramos Cárdenas fecho2000

View GitHub Profile
@fecho2000
fecho2000 / chat.html
Last active October 31, 2025 15:22
chat.html
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>Demo Chat IA</title>
<style>
body { font-family: Arial; background: #f5f5f5; }
#chat { width: 400px; margin: 50px auto; background: #fff; padding: 20px; border-radius: 8px; }
.message { margin: 10px 0; }
.user { text-align: right; color: blue; }