Create basic app layout
This commit is contained in:
3
dist/index.html
vendored
3
dist/index.html
vendored
@@ -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>
|
||||
|
Reference in New Issue
Block a user