index.html 585 B

123456789101112131415161718
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
  8. <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
  9. <title>UI for Apache Kafka</title>
  10. <script type="text/javascript">
  11. window.basePath = "/";
  12. </script>
  13. </head>
  14. <body>
  15. <noscript>You need to enable JavaScript to run this app.</noscript>
  16. <div id="root"></div>
  17. </body>
  18. </html>