File size: 751 Bytes
cf9ada6 1ead186 cf9ada6 a167661 1ead186 cf9ada6 1ead186 cf9ada6 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI Chat - The Colorless Wonder</title>
<link rel="stylesheet" href="style.css">
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
</head>
<body>
<ai-chat></ai-chat>
<div class="card mt-4 text-center">
<a href="tools.html" class="text-blue-500 hover:underline">Explore Development Tools & SDKs</a>
<div class="mt-2">
<a href="index.html" class="text-blue-500 hover:underline">← Back to Home</a>
</div>
</div>
<script src="components/ai-chat.js"></script>
</body>
</html>
|