-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (33 loc) · 1.45 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
<!DOCTYPE html>
<html>
<head>
<title>SEI React Framework</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<script src="https://unpkg.com/core-js/client/shim.min.js"></script>
<script src="https://unpkg.com/[email protected]/dist/system.js"></script>
<!-- <link rel="stylesheet" href="build/style.css" /> -->
<script src="/Scripts/lib/jszip.min.js"></script>
<script src="/Scripts/lib/jquery-1.10.2.js"></script>
<script src="/Scripts/lib/bootstrap.js"></script>
<script src="/Scripts/lib/respond.js"></script>
<link rel="stylesheet" href="/content/bootstrap/css/bootstrap.css"/>
<link rel="stylesheet" href="/content/kendo/2015.3.1111/kendo.common.min.css"/>
<link rel="stylesheet" href="/content/kendo/2015.3.1111/kendo.bootstrap.min.css"/>
<link rel="stylesheet" href="/content/app/kendo.custom.css"/>
<link rel="stylesheet" href="/content/app/Site.css"/>
<link rel="stylesheet" href="/content/fontawesome/css/fontawesome-all.css"/>
<!--
<link rel="stylesheet" href="/build/style.css"/>
-->
<script>
System.import('app').catch(function(err){ console.error(err); });
</script>
</head>
<body>
<my-app>
<span class="k-icon k-i-loading" style="color: #ff6358"></span>
</my-app>
<script src="build/appBundle.js"></script>
</body>
</html>