
* Changes favicon * Adds logo * Removes bulma from Version and makes it look just like in figma
20 lines
722 B
HTML
20 lines
722 B
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="utf-8" />
|
||
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" sizes="any"><!-- 32×32 -->
|
||
<link rel="icon" href="%PUBLIC_URL%/favicon/icon.svg" type="image/svg+xml">
|
||
<link rel="apple-touch-icon" href="%PUBLIC_URL%/favicon/apple-touch-icon.png"><!-- 180×180 -->
|
||
<link rel="manifest" href="%PUBLIC_URL%/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>
|
||
</body>
|
||
</html>
|