Spaces:
Running
Running
| <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> | |
| <script type="text/javascript"> | |
| (function(d, t) { | |
| var v = d.createElement(t), s = d.getElementsByTagName(t)[0]; | |
| v.onload = function() { | |
| window.voiceflow.chat.load({ | |
| verify: { projectID: '662c8eb8d19fb70ede04a21c' }, | |
| url: 'https://general-runtime.voiceflow.com', | |
| versionID: 'production' | |
| }); | |
| } | |
| v.src = "https://cdn.voiceflow.com/widget/bundle.mjs"; v.type = "text/javascript"; s.parentNode.insertBefore(v, s); | |
| })(document, 'script'); | |
| </script> | |
| </body> | |
| </html> | |