-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (28 loc) · 1.43 KB
/
index.html
File metadata and controls
28 lines (28 loc) · 1.43 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
<!doctype html>
<html lang="en-US" dir="ltr">
<head>
<title>Code-Samples | KoliBri – Public UI</title>
<meta charset="UTF-8" />
<meta name="description" content="Webapp demonstrating KolBri-components with React." />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="shortcut icon" type="image/x-icon" href="/assets/kolibri.ico" />
<!-- We include all the important fonts in the index.html here so that they are available for the theme tests. -->
<link rel="stylesheet" href="/assets/codicons/codicon.css" />
<link rel="stylesheet" href="/assets/fontawesome-free/css/all.min.css" />
<link rel="stylesheet" href="/assets/icofont/icofont.min.css" />
<link rel="stylesheet" href="/assets/kreon/style.css" />
<link rel="stylesheet" href="/assets/noto-sans/noto-sans.css" />
<link rel="stylesheet" href="/assets/material-icons/iconfont/material-icons.css" />
<link rel="stylesheet" href="/assets/material-symbols/index.css" />
<link rel="stylesheet" href="/assets/noto-sans/noto-sans.css" />
<link rel="stylesheet" href="/assets/roboto/roboto.css" />
<link rel="stylesheet" href="/assets/tabler-icons/tabler-icons.css" />
<meta name="robots" content="noindex" />
<meta name="kolibri" content="dev-mode=true;experimental-mode=true;" />
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
<noscript>This website requires JavaScript.</noscript>
</body>
</html>