-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!--
Copyright (c) 2024 anabrid GmbH
Contact: https://www.anabrid.com/licensing/
SPDX-License-Identifier: MIT OR GPL-2.0-or-later
-->
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="./anabrid-claim-empty.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="generator" content="CODE-NAME-AND-VERSION">
<title>LUCIDAC-GUI</title>
</head>
<body>
<div id="app-splashscreen">
Loading...
</div>
<div id="app" class="flex-grow"></div>
<noscript>
<h1>LUCIDAC GUI is a SPA JavaScript-only web application</h1>
<p>It serves as a client application to the LUCIDAC. In order to use it,
make sure you have a JavaScript enabled and a recent browser (anything
newer since ~2019 should do it).
</p>
</noscript>
<script type="module" src="/src/main.js"></script>
<script>
window.client_defaults = GLOBALS_JSON;
</script>
</body>
</html>