├── API.txt ├── Custom Bot ├── README.md ├── index.html ├── main.js └── style.css /API.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouBTech01/HTML-Ai-Chatbot/HEAD/API.txt -------------------------------------------------------------------------------- /Custom Bot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouBTech01/HTML-Ai-Chatbot/HEAD/Custom Bot -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouBTech01/HTML-Ai-Chatbot/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/YouBTech01/HTML-Ai-Chatbot/HEAD/index.html -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- 1 | console.log('Hello World!'); 2 | -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 15pt; 3 | } --------------------------------------------------------------------------------