2024-11-18 19:03:06 +08:00
|
|
|
<!DOCTYPE html>
|
2023-11-10 14:05:15 +08:00
|
|
|
<html lang="en">
|
2024-11-17 20:33:54 +08:00
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8"/>
|
|
|
|
<link rel="icon" href="/webapp/assets/favicon.ico"/>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
|
|
|
<title>Felicity LIMS</title>
|
|
|
|
<link href="/webapp/assets/css/loader.css" rel="stylesheet"/>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="felicityApp">
|
|
|
|
<div id="fel-load">
|
|
|
|
<p>Felicity LIMS</p>
|
|
|
|
<div class="fel-loader"></div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<script lang="ts" type="module" src="/webapp/main.ts"></script>
|
|
|
|
</body>
|
2023-11-10 14:05:15 +08:00
|
|
|
</html>
|