diff options
| author | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 05:53:10 +0000 |
|---|---|---|
| committer | Paul Oliver <contact@pauloliver.dev> | 2026-01-02 05:53:10 +0000 |
| commit | 62fce45039b0b8ab3d9d42b69a000fec00e1d35e (patch) | |
| tree | 84940c6d32c00e5a4b935e4da5b3cf95f1d1aca8 /hsm-web/Html | |
| parent | a0f0f6985e67ddbce929bf3da6832c443db5293d (diff) | |
Removes hsm-cam
Diffstat (limited to 'hsm-web/Html')
| -rw-r--r-- | hsm-web/Html/index.html | 22 |
1 files changed, 1 insertions, 21 deletions
diff --git a/hsm-web/Html/index.html b/hsm-web/Html/index.html index 814f6e7..60ec1a3 100644 --- a/hsm-web/Html/index.html +++ b/hsm-web/Html/index.html @@ -5,19 +5,9 @@ <meta charset="utf-8"/> </head> <body> - <img id="cam_view" /> + <h1>HsMouse</h1> </body> <script> - updateImg = () => { - fetch("cam.png") - .then(response => response.blob()) - .then(function(myBlob){ - URL.revokeObjectURL(cam_view.src) - cam_view.src = URL.createObjectURL(myBlob) - updateImg() - }) - } - updateImg() </script> <style> body, html { @@ -28,15 +18,5 @@ margin: 0; position: relative; } - #cam_view { - left: 50%; - margin: auto; - max-height: calc(100% - 20px); - max-width: calc(100% - 20px); - outline: 2px solid #586e75; - position: absolute; - top: 10px; - transform: translate(-50%, 0); - } </style> </html> |
