Browse code

Add posting of "environment" camera

Robert Cranston authored on 18/07/2025 19:27:33
Showing 1 changed files
... ...
@@ -2,7 +2,9 @@
2 2
 <html>
3 3
     <head>
4 4
         <meta name="viewport" content="width=device-width, initial-scale=1">
5
+        <script defer src="camera.js"></script>
5 6
     </head>
6 7
     <body>
8
+        <div id="camera" style="display: flex; flex-direction: column;"></div>
7 9
     </body>
8 10
 </html>
Browse code

Add HTTPS server with self-signed certificate

Robert Cranston authored on 17/07/2025 18:22:31
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,8 @@
1
+<!DOCTYPE html>
2
+<html>
3
+    <head>
4
+        <meta name="viewport" content="width=device-width, initial-scale=1">
5
+    </head>
6
+    <body>
7
+    </body>
8
+</html>