Files
LabWise/index.html
pulipakaa24 bce2afe761
All checks were successful
Deploy to Server / deploy (push) Successful in 31s
Browser tab icon
2026-04-09 14:28:12 -05:00

14 lines
351 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>LabWise</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/main.tsx"></script>
</body>
</html>