felicity-lims/index.html

20 lines
546 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="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>