diff options
| author | s-ol <s+removethis@s-ol.nu> | 2024-02-19 21:42:24 +0000 |
|---|---|---|
| committer | s-ol <s+removethis@s-ol.nu> | 2024-02-19 21:42:24 +0000 |
| commit | eb48e150d184db175724ed824c6ef3611ecb6d2a (patch) | |
| tree | 23d987603dcc022ef15b6b8f92613ab68ad0d381 /web/index.html | |
| parent | dissectors/t937: rename constants, dissect PWM_*, STARTSTOP, REQ_READ, READ, ... (diff) | |
| download | t937-serial-eb48e150d184db175724ed824c6ef3611ecb6d2a.tar.gz t937-serial-eb48e150d184db175724ed824c6ef3611ecb6d2a.zip | |
initial web control
Diffstat (limited to 'web/index.html')
| -rw-r--r-- | web/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html new file mode 100644 index 0000000..286d42b --- /dev/null +++ b/web/index.html @@ -0,0 +1,9 @@ +<!DOCTYPE html> +<html> + <head> + <title>T-937/M Reflow Oven</title> + </head> + <body> + <script type="module" src="main.js" ></script> + </body> +</html> |
