Spaces:
Running
Running
File size: 391 Bytes
043e940 34b6e23 043e940 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
<!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>
|