felicity-lims/index.html

20 lines
613 B
HTML
Raw Normal View History

2021-01-06 19:52:14 +08:00
<!DOCTYPE html>
<html lang="en">
2023-04-10 09:29:10 +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>
2023-04-15 21:01:47 +08:00
<link href="/webapp/assets/css/loader.css" rel="stylesheet" />
2023-04-10 09:29:10 +08:00
</head>
<body>
<div id="felicityApp">
2023-04-15 21:29:25 +08:00
<div id="fel-load">
<p>Loading Felicity</p>
<div class="fel-loader"></div>
</div>
2023-04-10 09:29:10 +08:00
</div>
<script lang="ts" type="module" src="/webapp/main.ts"></script>
</body>
2023-04-08 14:41:48 +08:00
</html>