react-graph-bars
Version:
react bar graph
14 lines • 389 B
HTML
<html>
<head>
<title>Bars</title>
<link rel="icon" type="image/png" href="favicon.png" />
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="viewport" content="width=device-width">
</head>
<body>
<div id="root"></div>
<script src="bundle.js"></script>
</body>
</html>