-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (22 loc) · 772 Bytes
/
index.html
File metadata and controls
27 lines (22 loc) · 772 Bytes
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
<!doctype html>
<html><head>
<title>phosphor-float-area</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link href="www/css/index.css" rel="stylesheet">
<style type="text/css"></style>
<script type="text/javascript">
document.addEventListener('DOMContentLoaded', function() {
System.import('dist/bundle').catch(function() {}).then(function() {
System.import('test/App').catch(function(err) {
throw(err.originalErr || err);
});
});
});
</script>
<script defer src="node_modules/systemjs/dist/system.src.js" type="text/javascript"></script>
<script defer src="www/config-base.js"></script>
<script defer src="config.js"></script>
<script defer src="www/config-npm.js"></script>
</head>
<body></body>
</html>