-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
46 lines (39 loc) · 916 Bytes
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/dp/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Data Prep</title>
<style>
html {
font-family: system-ui;
}
* {
padding: 0;
margin: 0;
}
.initial-loading {
height: 100vh;
width: 100vw;
display: flex;
align-items: center;
justify-content: center;
font-size: 24px;
}
@media(prefers-color-scheme:dark) {
.initial-loading {
background-color: #1c2127;
color: #fff;
}
}
</style>
<script type="module" crossorigin src="/dp/assets/index-d29ea984.js"></script>
<link rel="stylesheet" href="/dp/assets/index-8f1e3c29.css">
</head>
<body>
<div id="root">
<div class="initial-loading">Loading...</div>
</div>
</body>
</html>