hbm-react-components
Version:
HBM React components
18 lines (17 loc) • 613 B
HTML
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>HBM/react-components</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.18.2/codemirror.min.css"/>
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/codemirror/5.18.2/theme/monokai.min.css"/>
<link rel="stylesheet" href="css/styles.min.css">
</head>
<body>
<div id="react">
</div>
<script src="js/script.min.js"></script>
</body>
</html>