test-chatBot / index.html
kayyshf's picture
Update index.html
34b6e23 verified
raw
history blame
391 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<div class="card">
<h1>Welcome to Project Recommendation Engine!</h1>
<p>Enter your details in the chatbot on the bottom right of the page.</p>
</div>
</body>
</html>