Files
eleakxir/front/index.html
2025-09-24 17:20:03 +02:00

15 lines
623 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Eleakxir</title>
<meta name="description" content="Eleakxir is a self-hosted search engine that lets you connect to your own private and secure server, explore data wells (parquet files) from multiple sources, and visualize results in a clean, modern web interface.">
</head>
<body>
<div id="app" style="display: contents"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>