2022-06-26 23:01:10 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<link rel="icon" href="/favicon.ico" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2024-08-05 21:22:28 +00:00
|
|
|
<title>lto inventory</title>
|
2022-06-26 23:01:10 +00:00
|
|
|
</head>
|
2024-08-12 01:13:42 +00:00
|
|
|
<body style="overflow-y: hidden;" class="w-screen h-screen">
|
|
|
|
<div id="app" class="w-full h-full"></div>
|
2024-08-05 21:22:28 +00:00
|
|
|
<script type="module" src="/src/index.tsx"></script>
|
2022-06-26 23:01:10 +00:00
|
|
|
</body>
|
|
|
|
</html>
|