d2-ui
Version:
20 lines (18 loc) • 694 B
HTML
<html lang="en">
<body>
<div id="header"></div>
<!-- TODO: Generate this using HtmlWebpackPlugin -->
<script src="http://localhost:8080/dhis/dhis-web-core-resource/react/15.4.2/react-with-touch-tap-plugin.min.js"></script>
<script src="http://localhost:8080/dhis/dhis-web-core-resource/lodash/4.15.0/lodash.min.js"></script>
<script src="http://localhost:8080/dhis/dhis-web-core-resource/lodash-functional/lodash-functional.js"></script>
<script src="header-bar.js"></script>
<script type="text/javascript"></script>
<script>
Dhis2HeaderBar.initHeaderBar(
document.querySelector('#header'),
'http://localhost:8080/dhis/api'
);
</script>
</body>
</html>