felicity-lims/index.html
Aurthur Musendame 8ed9af008d added loaders
2023-04-15 15:29:25 +02:00

19 lines
613 B
HTML

<!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>Loading Felicity</p>
<div class="fel-loader"></div>
</div>
</div>
<script lang="ts" type="module" src="/webapp/main.ts"></script>
</body>
</html>