joyent-portal/spikes/architecture/react-d3/static/index.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>