feat: Implement Eve Online job manager
Create a basic application for managing Eve Online industry jobs, including job details, transaction history, and profit calculations. Implement data ingestion via a form with paste functionality for transaction data.
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>eve-job-tracker-pro</title>
|
||||
<meta name="description" content="Lovable Generated Project" />
|
||||
<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-job-tracker-pro" />
|
||||
<meta property="og:description" content="Lovable Generated Project" />
|
||||
<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" />
|
||||
|
||||
|
Reference in New Issue
Block a user