Skip to content

Bhuvankurra/chatbot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

<title>Chatbot AI Project</title> <style> body { font-family: Arial, Helvetica, sans-serif; margin: 0; padding: 0; }
	.login {
		border: 1px solid #ccc;
		width: 300px;
		margin: 50px auto;
		text-align: center;
	}

	.login h1 {
		margin-top: 0;
		padding: 10px;
		background-color: #f1f1f1;
	}

	.login input[type="text"], .login input[type="password"], .login button {
		display: block;
		margin: 10px auto;
		padding: 10px;
		border: none;
		width: 80%;
	}
</style>

Welcome to Chatbot AI Project

Login
<script src="script.js"></script>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published