Newer
Older
smart-home-server / webclient-vue / index.html
@Eugene Sukhodolskiy Eugene Sukhodolskiy 7 hours ago 306 bytes Scaffold Vue web client
<!doctype html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>SHServ Vue Client</title>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/app/main.js"></script>
  </body>
</html>