8295bd6882
this shall be a progressive process
22 lines
559 B
HTML
22 lines
559 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>React Boilerplate</title>
|
|
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/latest/normalize.css" />
|
|
<link rel="stylesheet" type="text/css" href="https://rawgit.com/epochjs/epoch/master/dist/css/epoch.css" />
|
|
<style>
|
|
.nv-x {
|
|
display: none;
|
|
}
|
|
|
|
.nvd3-svg {
|
|
width: 1080px;
|
|
height: 720px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script src='/static/bundle.js'></script>
|
|
</body>
|
|
</html> |