2025-02-09 23:15:26 +08:00
|
|
|
<!doctype html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
2025-03-12 18:54:35 +08:00
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
|
|
|
<meta http-equiv="Pragma" content="no-cache" />
|
|
|
|
<meta http-equiv="Expires" content="0" />
|
2025-03-14 17:00:36 +08:00
|
|
|
<link rel="icon" type="image/svg+xml" href="logo.png" />
|
2025-02-09 23:15:26 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2025-02-16 21:43:14 +08:00
|
|
|
<title>Lightrag</title>
|
2025-02-09 23:15:26 +08:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="root"></div>
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|