packages/showcase/index.html (12 lines of code) (raw):
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>react-vis examples</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Sintony:400,700">
<link rel="stylesheet" type="text/css" href="./app.css">
</head>
<body>
<script src="bundle.js"></script>
</body>
</html>