POS / index.html
ronylu's picture
Upload 7 files
98fd3c7 verified
Raw
History Blame Contribute Delete
378 Bytes
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>iStore POS (Apple Only)</title>
</head>
<body>
<div id="root"></div>
<!-- IMPORTANT: use RELATIVE path for HF build correctness -->
<script type="module" src="./src/main.jsx"></script>
</body>
</html>