-
Notifications
You must be signed in to change notification settings - Fork 48
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (30 loc) · 1.11 KB
/
index.html
File metadata and controls
33 lines (30 loc) · 1.11 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Kopia UI" />
<meta name="color-scheme" content="light dark">
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<title>KopiaUI</title>
</head>
<body id="kopia">
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="appVersion"
style="display: none;
padding: 5px 5px 5px 10px;
margin: 0;
width: fit-content;
z-index: 1;
position: fixed; right: 0; bottom: 0;
border: solid 1px var(--background-color); border-radius: 5px 0px 0px 0px;
box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
color: var(--color-text);
background-color: var(--background-color);">
<small class="version-info m-0 p-0">v%REACT_APP_FULL_VERSION_INFO%</small>
</div>
</body>
</html>