farmbot_os/priv/static/index.html

14 lines
273 B
HTML

<html>
<head>
<meta content="width=device-width, initial-scale=1" name="viewport">
<title> Farmbot Configurator </title>
<link rel="stylesheet" href="/styles.css">
</head>
<body>
<div id="app"></div>
<script src="/bundle.js"></script>
</body>
</html>