3-ai-native-e2e-sample/frontend/index.html (13 lines of code) (raw):

<!doctype html> <html lang="en"> <head> <meta charset="UTF-8" /> <link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%234a90e2'%3E%3Cpath d='M12 3C7.58 3 4 6.58 4 11c0 2.65 1.29 5 3.29 6.45C7.12 17.81 7 18.14 7 18.5c0 1.38 1.12 2.5 2.5 2.5h5c1.38 0 2.5-1.12 2.5-2.5 0-.36-.12-.69-.29-1.05C18.71 16 20 13.65 20 11c0-4.42-3.58-8-8-8zm0 13c-2.76 0-5-2.24-5-5s2.24-5 5-5 5 2.24 5 5-2.24 5-5 5z'/%3E%3C/svg%3E" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <title>AI Native E2E Sample - AI Foundry Workshop</title> </head> <body> <div id="root"></div> <script type="module" src="/src/main.tsx"></script> </body> </html>