14 lines
420 B
HTML
14 lines
420 B
HTML
<!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" />
|
|
<title>lto inventory</title>
|
|
</head>
|
|
<body style="overflow-y: hidden;" class="w-screen h-screen">
|
|
<div id="app" class="w-full h-full"></div>
|
|
<script type="module" src="/src/index.tsx"></script>
|
|
</body>
|
|
</html>
|