Files
mqtt-explorer/app/index.html
Thomas Nordquist f1a60659e8 Work in progress
2019-01-01 13:29:04 +01:00

24 lines
562 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="example"></div>
<!-- Dependencies -->
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<!-- Main -->
<script src="./build/bundle.js"></script>
</body>
</html>