Create basic app layout

This commit is contained in:
2017-06-19 21:17:19 +00:00
parent 888eff91d8
commit 6a27604e75
2 changed files with 33 additions and 2 deletions

3
dist/index.html vendored
View File

@@ -1,9 +1,12 @@
<html>
<head>
<title>LED Toggle Demo</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/semantic-ui/2.2.10/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>