Complete client UI

This commit is contained in:
2017-10-27 23:45:10 -06:00
commit d382fdd8fa
11 changed files with 574 additions and 0 deletions

12
dist/index.html vendored Normal file
View File

@@ -0,0 +1,12 @@
<html>
<head>
<title>LED Toggle Demo</title>
<link rel="stylesheet" href="semantic.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>