index.html 580 B

1234567891011121314151617
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
  6. <meta http-equiv="Pragma" content="no-cache" />
  7. <meta http-equiv="Expires" content="0" />
  8. <link rel="icon" type="image/png" href="favicon.png" />
  9. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  10. <title>Lightrag</title>
  11. <!-- __LIGHTRAG_RUNTIME_CONFIG__ -->
  12. </head>
  13. <body>
  14. <div id="root"></div>
  15. <script type="module" src="/src/main.tsx"></script>
  16. </body>
  17. </html>