forked from NuCivic/react-dash
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 773 Bytes
/
index.html
File metadata and controls
17 lines (17 loc) · 773 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<html>
<head>
<title>Sample App</title>
<link href="static/choropleth.css">
<link rel="stylesheet" type="text/css" href="examples/static/custom.css">
<link rel="stylesheet" type="text/css" href="examples/static/react-dash-demo.min.css">
<link rel="stylesheet" type="text/css" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
</head>
<body>
<div id='root'>
</div>
<div class='footer'>
<a href="https://github.com/NuCivic/react-dashboard" target="blank">powered by<img src="https://github.com/NuCivic/react-dashboard/blob/4ff0371ae29f37677a17450e06ccb4027fee062c/static/logo.png?raw=true" class="logo-sm"/>
</div>
<script src="dist/react-dash-demo.min.js"></script>
</body>
</html>