-
Notifications
You must be signed in to change notification settings - Fork 9
/
index.html
30 lines (27 loc) · 1001 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Animation Demos</title>
<!--ng2scriptFiles-->
<script src="https://npmcdn.com/[email protected]/dist/zone.js"></script>
<script src="https://npmcdn.com/[email protected]/Reflect.js"></script>
<script src="https://npmcdn.com/[email protected]/dist/system.js"></script>
<script src="https://npmcdn.com/[email protected]/lib/typescript.js"></script>
<link rel="stylesheet" type="text/css" href="/toolbar.css" />
<script type="text/javascript" src="/toolbar.js"></script>
<script>
document.write('<script src="http://' + (location.host || 'localhost').split(':')[0] +
':35729/livereload.js?snipver=1"></' + 'script>')
</script>
<script src="./system.config.js"></script>
<link rel="stylesheet" type="text/css" href="./styles.css" />
<script type="text/javascript">
System.import('index').catch(console.error.bind(console));
</script>
</head>
<body>
<demo-app>
loading...
</demo-app>
</body>
</html>