-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
27 lines (25 loc) · 881 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Go :: React + Redux</title>
<script src="jspm_packages/system.js"></script>
<script src="jspm.browser.js"></script>
<script src="jspm.config.js"></script>
<script src="build.js"></script>
</head>
<body class="blue-grey lighten-5">
<div id="app"></div>
<!-- ES6 HTTP/2 style import -->
<script type="text/javascript">
System.import('app/app.jsx');
</script>
<!--
Preprocessed, concatenated and minified HTTP/1 style import
Run `npm run build` to generate this file.
-->
<!--<script src="app.js"></script>-->
</body>
</html>