lightswitch-server/dist/index.html

13 lines
321 B
HTML
Raw Permalink Normal View History

2017-10-28 05:45:10 +00:00
<html>
<head>
2018-02-04 22:39:12 +00:00
<title>Remote Control Lightswitch</title>
2017-10-28 05:45:10 +00:00
<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>