view web/calibrate/index.html @ 2437:26f84fc67ab1

start 2024 show
author drewp@bigasterisk.com
date Wed, 29 May 2024 17:28:01 -0700
parents ae4b90efb55a
children
line wrap: on
line source

<!DOCTYPE html>
<html>
  <head>
    <title>calibrate</title>
    <meta charset="utf-8" />
    <link rel="stylesheet" href="../style.css" />
    <script type="module" src="Light9Calibrate"></script>
  </head>
  <body>
    <light9-calibrate></light9-calibrate>
  </body>
</html>