lifeto-shop/index.html

14 lines
372 B
HTML
Raw Normal View History

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>
2022-07-03 10:25:12 +00:00
<body style="overflow-y: hidden;">
2022-06-26 23:01:10 +00:00
<div id="app"></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>