-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 812 Bytes
/
index.html
File metadata and controls
21 lines (21 loc) · 812 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Kickstarter status</title>
<link href="/style/main.css" rel="stylesheet"/>
<script type="text/javascript" src="/jspm_packages/system.src.js"></script>
<script type="text/javascript" src="/jspm.config.js"></script>
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="default" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, minimal-ui, user-scalable=no">
<script type="text/javascript">
System.trace = true;
System.import('/src/index.js');
</script>
</head>
<body>
<div id="app"></div>
</body>
</html>