1234567891011121314151617181920212223242526272829303132 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <!-- Google fonts -->
- <link rel="preconnect" href="https://fonts.googleapis.com" />
- <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
- <link
- href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500&family=Roboto+Mono:wght@400;500&display=swap"
- rel="stylesheet"
- />
- <!-- Favicons -->
- <link rel="icon" href="/favicon/favicon.ico" sizes="any" />
- <link rel="icon" href="/favicon/icon.svg" type="image/svg+xml" />
- <link rel="apple-touch-icon" href="/favicon/apple-touch-icon.png" />
- <link rel="manifest" href="/manifest.json" />
- <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>
|