view web/live/index.html @ 2400:9a4bc2ea264e

ui tweaks and link fix
author drewp@bigasterisk.com
date Fri, 17 May 2024 13:25:46 -0700
parents 4556eebe5d73
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>device settings</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="../style.css" />
    <script type="module" src="./Light9DeviceSettings"></script>
  </head>
  <body>
    <style>
      body,
      html {
        margin: 0;
      }
      light9-device-settings {
        position: absolute;
        left: 2px;
        top: 2px;
        right: 8px;
        bottom: 0;
      }
    </style>
    <light9-device-settings></light9-device-settings>
  </body>
</html>