Fix app style

This commit is contained in:
Thomas Nordquist
2019-01-12 20:26:36 +01:00
parent a677fb7a0c
commit d75122d44d

View File

@@ -2,7 +2,7 @@
<html> <html>
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<title>Hello React!</title> <title>MQTT-Explorer</title>
<style> <style>
body, html { body, html {
margin: 0; margin: 0;
@@ -18,13 +18,7 @@
<script src="http://localhost:35729/livereload.js"></script> <script src="http://localhost:35729/livereload.js"></script>
</head> </head>
<body> <body>
<div id="example"></div> <div id="app" style="font:-webkit-control"></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> <script src="./build/bundle.js"></script>
</body> </body>
</html> </html>