-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
35 lines (30 loc) · 1.54 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
<!DOCTYPE html>
<html>
<head>
<title>KDX</title>
<link href="https://fonts.googleapis.com/css?family=Open+Sans&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono&display=swap" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Exo+2&display=swap" rel="stylesheet" />
<link rel="stylesheet" type="text/css" href="resources/fonts/fontawesome/css/all.min.css" />
<script src="/resources/extern/d3/d3.js"></script>
<script type="text/javascript">
var flowConfig = {
theme:{
iconPath:"resources/fonts/fontawesome/sprites/",
iconFile:"light"
}
}
</script>
<!-- <link rel="stylesheet" type="text/css" href="node_modules/@aspectron/flow-ux/dist/latest/flow-ux-static/flow-ux/flow-ux.css" />
<script type="module" src="node_modules/@aspectron/flow-ux/dist/latest/flow-ux-static/flow-ux/flow-ux.js"></script> -->
<link rel="stylesheet" type="text/css" href="https://cdn.aspectron.com/latest/flow-ux-static/flow-ux/flow-ux.css" />
<script type="module" src="https://cdn.aspectron.com/latest/flow-ux-static/flow-ux/flow-ux.js"></script>
<script type="module" src="index.js"></script>
<link rel="stylesheet" href="resources/styles/kdx-portal.css">
<link rel="stylesheet" href="resources/styles/theme-1.css">
<link rel="stylesheet" href="resources/styles/style.css">
</head>
<body class="loading">
<kdx-portal></kdx-portal>
</body>
</html>