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>
|
2023-04-09 21:13:46 +08:00
|
|
|
<div id="felicityApp">
|
|
|
|
<div
|
|
|
|
class="flex justify-center items-center content-center h-screen w-screen bg-red-600 text-white">
|
|
|
|
<p>Please use a desktop browser to access Felicity LIMS. Thank you.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2023-04-08 14:41:48 +08:00
|
|
|
<script lang="ts" type="module" src="/webapp/main.ts"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|