Spaces:
Sleeping
Sleeping
File size: 186 Bytes
27c68e7 | 1 2 3 4 5 6 7 8 9 10 11 | <!DOCTYPE html>
<html>
<head>
<title>Mi Chatbot Personalizado</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="root"></div>
</body>
</html>
|