Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1"> | |
| <title>MediFlow Assistant</title> | |
| <meta http-equiv="refresh" content="0; url=./webchat-embed-template.html"> | |
| <style> | |
| body { | |
| margin: 0; | |
| display: grid; | |
| min-height: 100vh; | |
| place-items: center; | |
| font-family: Arial, Helvetica, sans-serif; | |
| color: #17202a; | |
| background: #f7fafc; | |
| } | |
| a { | |
| color: #0f766e; | |
| font-weight: 700; | |
| } | |
| </style> | |
| </head> | |
| <body> | |
| <main> | |
| <p>Opening MediFlow Assistant. <a href="./webchat-embed-template.html">Open demo manually</a>.</p> | |
| </main> | |
| </body> | |
| </html> | |