aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2024-02-19 21:42:24 +0000
committers-ol <s+removethis@s-ol.nu>2024-02-19 21:42:24 +0000
commiteb48e150d184db175724ed824c6ef3611ecb6d2a (patch)
tree23d987603dcc022ef15b6b8f92613ab68ad0d381 /web/index.html
parentdissectors/t937: rename constants, dissect PWM_*, STARTSTOP, REQ_READ, READ, ... (diff)
downloadt937-serial-eb48e150d184db175724ed824c6ef3611ecb6d2a.tar.gz
t937-serial-eb48e150d184db175724ed824c6ef3611ecb6d2a.zip
initial web control
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html9
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>