Remove wails so lovable is happy

This commit is contained in:
2025-07-06 19:42:42 +02:00
parent 0cdfdbc751
commit 6e5603fc3e
104 changed files with 67 additions and 319 deletions

24
index.html Normal file
View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>EVE Industry Manager</title>
<meta name="description" content="Manage EVE Online industrial jobs and track profitability" />
<meta name="author" content="Lovable" />
<meta property="og:title" content="EVE Industry Manager" />
<meta property="og:description" content="Manage EVE Online industrial jobs and track profitability" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@lovable_dev" />
<meta name="twitter:image" content="https://lovable.dev/opengraph-image-p98pqg.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>