-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
42 lines (34 loc) · 1.95 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
33
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lang="en">
<head>
<script type="module" src="dist/Index.js"></script>
<title>Group-Office User Interface - Documentation</title>
<meta name="theme-color" media="(prefers-color-scheme: light)" content="#1652a1" />
<meta name="theme-color" media="(prefers-color-scheme: dark)" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link href="./node_modules/@intermesh/goui/dist/lato.css" rel="stylesheet">
<link href="./node_modules/@intermesh/goui/dist/goui.css" rel="stylesheet">
<link href="./dist/style.css" rel="stylesheet">
<!-- Make sure fonts are loaded before rendering -->
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Semibold.woff2" as="font" type="font/woff2" crossorigin="anonymous" >
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Bold.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./node_modules/@intermesh/goui/resources/font/Lato-Regular.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<link rel="preload" href="./node_modules/@intermesh/goui/resources/iconfont/MaterialSymbolsOutlined.woff2" as="font" type="font/woff2" crossorigin="anonymous">
<!-- Matomo -->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//analytics.groupoffice.net/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '3']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body class="system" id="goui"></body>