index.html 731 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="/favicon.ico" sizes="any"><!-- 32×32 -->
  6. <link rel="icon" href="/favicon/icon.svg" type="image/svg+xml">
  7. <link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png"><!-- 180×180 -->
  8. <link rel="manifest" href="/manifest.json" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1" />
  10. <title>UI for Apache Kafka</title>
  11. <script type="text/javascript">
  12. window.basePath = "";
  13. </script>
  14. </head>
  15. <body>
  16. <noscript>You need to enable JavaScript to run this app.</noscript>
  17. <div id="root"></div>
  18. <script type="module" src="/src/index.tsx"></script>
  19. </body>
  20. </html>