GitHub Actions
Deploy from GitHub Actions (2026-03-06 17:42 UTC)
edbfac1
raw
history blame contribute delete
426 Bytes
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Monireach's Smart Chatbot Demo</title>
<script src="config.js"></script>
</head>
<body style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); min-height: 100vh;">
<smart-chatbot></smart-chatbot>
<script src="chatbot-widget.js"></script>
</body>
</html>