Files
LabWise/index.html

14 lines
351 B
HTML
Raw Permalink Normal View History

2026-03-18 21:51:02 -05:00
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2026-04-09 14:28:12 -05:00
<link rel="icon" type="image/png" href="/favicon.png" />
2026-03-18 21:51:02 -05:00
<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>