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