v1
Signed-off-by: gwg313 <gwg313@pm.me>
This commit is contained in:
commit
e776c88219
118 changed files with 16463 additions and 0 deletions
24
frontend/index.html
Normal file
24
frontend/index.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Production Chain Optimizer | Industrial Gaming Interface</title>
|
||||
<meta name="description" content="Optimize your video game production chains with real-time efficiency monitoring and intelligent suggestions">
|
||||
<meta name="author" content="Production Chain Optimizer">
|
||||
|
||||
<meta property="og:title" content="Production Chain Optimizer | Industrial Gaming Interface">
|
||||
<meta property="og:description" content="Optimize your video game production chains with real-time efficiency monitoring and intelligent suggestions">
|
||||
<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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue