felicity-lims/index.html

20 lines
610 B
HTML
Raw Normal View History

2023-11-10 14:05:15 +08:00
<!DOCTYPE html>
<html lang="en">
<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>
<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>
</html>