31 lines
996 B
HTML
31 lines
996 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="fragment" content="!">
|
||
|
|
||
|
<title>React boilerplate</title>
|
||
|
|
||
|
<![if lt IE 10]>
|
||
|
<script src="/assets/js/es5-shim.min.js"></script>
|
||
|
<script src="/assets/js/es5-sham.min.js"></script>
|
||
|
<script src="/assets/js/html5shiv.min.js"></script>
|
||
|
<script type="text/javascript">
|
||
|
// Fake console to test in IE<9
|
||
|
if( typeof console == 'undefined' )
|
||
|
console = {log: function(){ /* No console */}};
|
||
|
</script>
|
||
|
<![endif]>
|
||
|
|
||
|
<meta name="viewport" content="initial-scale=1">
|
||
|
|
||
|
<link rel='stylesheet' id='js_composer_front-css' href='/assets/css/normalize.css' type='text/css' media='all' />
|
||
|
<link rel='stylesheet' id='js_composer_front-css' href='/assets/css/simplegrid.css' type='text/css' media='all' />
|
||
|
<link rel='stylesheet' id='js_composer_front-css' href='/assets/css/font-awesome.min.css' type='text/css' media='all' />
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id='root'>
|
||
|
</div>
|
||
|
<script src="/static/bundle.js"></script>
|
||
|
</body>
|
||
|
</html>
|