critical-leddemo/dist/index.html

13 lines
354 B
HTML
Raw Normal View History

<html>
<head>
<title>LED Toggle Demo</title>
2017-06-19 21:17:19 +00:00
<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>
2017-06-19 21:17:19 +00:00
<script src="./bundle.js"></script>
</body>
</html>