Files
mqtt-explorer/app/index.html
2019-01-03 11:14:49 +01:00

31 lines
867 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Hello React!</title>
<style>
body, html {
margin: 0;
padding: 0;
}
@keyframes example {
0% {background-color: inherit;}
25% {background-color: #3f51b5;}
50% {background-color: #3f51b5;}
100% {background-color: inherit;}
}
</style>
<script src="http://localhost:35729/livereload.js"></script>
</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>