redux-devtools/packages/react-json-tree/examples/index.html

18 lines
333 B
HTML
Raw Normal View History

<html>
<head>
<title>Sample App</title>
<style>
body {
font-family: SF UI Text,Roboto,Helvetica Neue,Helvetica,sans-serif;
font-size: 18px;
line-height: 1.5;
}
</style>
</head>
<body>
<div id='root'>
</div>
<script src="/static/bundle.js"></script>
</body>
</html>