Update index.html
Browse files
lightrag/api/static/index.html
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
-
<title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
</head>
|
| 9 |
<body class="bg-gray-100 min-h-screen flex flex-col items-center justify-center p-4">
|
|
|
|
| 3 |
<head>
|
| 4 |
<meta charset="UTF-8">
|
| 5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
| 6 |
+
<title>LightRAG WebUI</title>
|
| 7 |
<script src="https://cdn.tailwindcss.com"></script>
|
| 8 |
</head>
|
| 9 |
<body class="bg-gray-100 min-h-screen flex flex-col items-center justify-center p-4">
|