critical-leddemo/dist/index.html

10 lines
174 B
HTML
Raw Normal View History

<html>
<head>
<title>LED Toggle Demo</title>
</head>
<body>
<div id="root"></div>
<script src="./bundle.js"></script>
</body>
</html>