-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·34 lines (32 loc) · 1.09 KB
/
index.html
File metadata and controls
executable file
·34 lines (32 loc) · 1.09 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
34
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="/app-icons/eXtern-OS-logo-60x60.png" />
<meta name="description" content="SystemX UI" />
<title>eXtern OS</title>
<link rel="apple-touch-icon" href="/app-icons/files/192.png" sizes="192x192" />
<meta name="theme-color" content="#ffffff" />
<meta property="og:title" content="eXtern OS" />
<meta property="og:description" content="System X for eXtern OS" />
<link rel="prefetch" href="/sounds/signed-in.mp3" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<script type="module">
(function (c, l, a, r, i, t, y) {
c[a] =
c[a] ||
function () {
(c[a].q = c[a].q || []).push(arguments);
};
t = l.createElement(r);
t.async = 1;
t.src = 'https://www.clarity.ms/tag/' + i;
y = l.getElementsByTagName(r)[0];
y.parentNode.insertBefore(t, y);
})(window, document, 'clarity', 'script', 'a95kitlcti');
</script>
</html>