felicity-lims/index.html

15 lines
340 B
HTML
Raw Normal View History

2021-01-06 19:52:14 +08:00
<!DOCTYPE html>
<html lang="en">
2023-04-08 14:41:48 +08:00
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Felicity LIMS</title>
</head>
2021-01-06 19:52:14 +08:00
2023-04-08 14:41:48 +08:00
<body>
<div id="app"></div>
<script lang="ts" type="module" src="/webapp/main.ts"></script>
</body>
</html>