Mercurial > code > home > repos > light9
comparison web/calibrate/index.html @ 2417:ae4b90efb55a
start calibration tool
author | drewp@bigasterisk.com |
---|---|
date | Mon, 20 May 2024 01:28:12 -0700 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
2416:61dc5bc8ce2e | 2417:ae4b90efb55a |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>calibrate</title> | |
5 <meta charset="utf-8" /> | |
6 <link rel="stylesheet" href="../style.css" /> | |
7 <script type="module" src="Light9Calibrate"></script> | |
8 </head> | |
9 <body> | |
10 <light9-calibrate></light9-calibrate> | |
11 </body> | |
12 </html> |