added webcam

This commit is contained in:
2026-05-29 10:20:58 +02:00
parent eec4a7fb10
commit 56edd90b6f
4 changed files with 79 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#container {
margin: 0px auto;
width: 520px;
height: 395px;
border: 10px #333 solid;
}
#videoElement {
width: 500px;
height: 375px;
background-color: #666;
}