mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-15 20:42:54 +08:00
19 lines
528 B
HTML
19 lines
528 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<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>
|
|
</html>
|