index.html 955 B

1234567891011121314151617181920212223242526272829
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <link rel="icon" href="attu.svg" />
  6. <meta name="description" content="Attu, the best milvus management tool" />
  7. <meta name="viewport" content="width=device-width, initial-scale=1" />
  8. <meta name="theme-color" content="#000000" />
  9. <script src="./env-config.js"></script>
  10. <script type="module" src="/src/index.tsx"></script>
  11. <title>Attu</title>
  12. </head>
  13. <body>
  14. <noscript>You need to enable JavaScript to run this app.</noscript>
  15. <div id="root"></div>
  16. <!--
  17. This HTML file is a template.
  18. If you open it directly in the browser, you will see an empty page.
  19. You can add webfonts, meta tags, or analytics to this file.
  20. The build step will place the bundled scripts into the <body> tag.
  21. To begin the development, run `npm start` or `yarn start`.
  22. To create a production bundle, use `npm run build` or `yarn build`.
  23. -->
  24. </body>
  25. </html>