lightswitch-server/dist/index.html

13 lines
310 B
HTML
Raw Normal View History

2017-10-28 05:45:10 +00:00
<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>