9d3903a1db
This is an initial implement that at the moment constructs the required SVG layout to be used by D3.
12 lines
308 B
HTML
12 lines
308 B
HTML
<!doctype html>
|
|
<html lang='en-US'>
|
|
<head>
|
|
<title>D3 React Boilerplate</title>
|
|
<link rel="stylesheet" type="text/css" href="https://necolas.github.io/normalize.css/latest/normalize.css" />
|
|
</head>
|
|
<body>
|
|
<div id='root'></div>
|
|
<script src='/static/bundle.js'></script>
|
|
</body>
|
|
</html>
|