forked from skylying/trend-fed-chart
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (26 loc) · 948 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>FED workshop react template</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="description" content="">
<meta name="author" content="">
<!-- Le styles -->
<!--[if lt IE 10]>
<link href="css/bootstrap.ie.css" rel="stylesheet">
<![endif]-->
<!--[if gte IE 10]>
<link href="css/bootstrap.css" rel="stylesheet">
<![endif]-->
<!--[if !IE]> -->
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- <![endif]-->
<link href="lib/bootstrap/css/bootstrap-responsive.css" rel="stylesheet">
</head>
<body class="commercial-theme">
<div id="app"></div>
<script src="bundle.js"></script>
</body>
</body>
</html>