
* Add an ability to run app from subfolder * linting * Fix all the static resources URLs and manifest.json Co-authored-by: Roman Zabaluev <rzabaluev@provectus.com>
32 lines
1 KiB
HTML
32 lines
1 KiB
HTML
<!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>
|